summaryrefslogtreecommitdiffhomepage
path: root/example/example_05_nectar_gpu
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 14:26:01 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 14:26:01 +0100
commite199681a53aba5e7121e522f2422ae3bdea0a3fd (patch)
tree6797476f2a58b82d92d28773996b168a03d67786 /example/example_05_nectar_gpu
parenta0cddce77cbb01479aa115ee63d76b30117e954f (diff)
[CHORE] Codebase chore and tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/example_05_nectar_gpu')
-rw-r--r--example/example_05_nectar_gpu/example.nc9
1 files changed, 2 insertions, 7 deletions
diff --git a/example/example_05_nectar_gpu/example.nc b/example/example_05_nectar_gpu/example.nc
index d0a8b72..f170b31 100644
--- a/example/example_05_nectar_gpu/example.nc
+++ b/example/example_05_nectar_gpu/example.nc
@@ -1,11 +1,6 @@
-// SPDX-License-Identifier: Apache-2.0
-// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
-// Licensed under the Apache License, Version 2.0 (See accompanying
-// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/ne-foss-org/nectar
+extern palloc_bytes;
const main() {
- const dummy := 0x10;
+ const dummy := palloc_bytes(0, 1, 0);
return dummy;
}
-