diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-09 17:48:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 17:48:20 +0100 |
| commit | a31d180295dd2947c63b5ef7303accd88e4ae690 (patch) | |
| tree | b4406176c141beea5170693c7872a58f2c035836 /example/example_06_nectar_gpu/example.nc | |
| parent | 5f6fae7100e3ad1cc17b46844d18b7f5b0eac3b9 (diff) | |
| parent | 587943f7e6510078e789155c0c364709c22f4316 (diff) | |
Merge pull request #69 from ne-foss-org/nectar-gpu-improvements-and-bjam
[CHORE] Adding BJam support for Nectar and using BJam for Nectar GPU
Diffstat (limited to 'example/example_06_nectar_gpu/example.nc')
| -rw-r--r-- | example/example_06_nectar_gpu/example.nc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/example/example_06_nectar_gpu/example.nc b/example/example_06_nectar_gpu/example.nc index 34db3f9..5c9760b 100644 --- a/example/example_06_nectar_gpu/example.nc +++ b/example/example_06_nectar_gpu/example.nc @@ -1,11 +1,5 @@ -extern palloc; - const main() { - let type := 0; - let sz := 0; - let align := 0; - - const ptr := palloc(type, sz, align); - return 0; + const dummy := 0x10; + return dummy; } |
