diff options
Diffstat (limited to 'example/example_06_nectar_gpu')
| -rw-r--r-- | example/example_06_nectar_gpu/Jamfile.v2 | 14 | ||||
| -rw-r--r-- | example/example_06_nectar_gpu/example.nc | 11 |
2 files changed, 0 insertions, 25 deletions
diff --git a/example/example_06_nectar_gpu/Jamfile.v2 b/example/example_06_nectar_gpu/Jamfile.v2 deleted file mode 100644 index 87f2328..0000000 --- a/example/example_06_nectar_gpu/Jamfile.v2 +++ /dev/null @@ -1,14 +0,0 @@ -# -# File: Jamfile.v2 -# Author: Amlal El Mahrouss, -# Copyright 2026, Amlal El Mahrouss, Licensed under the Boost Software License -# - -project gpu_example -: default-build debug -: <toolset>ptx-necdrv -; - -exe example.o - : example.nc ; - diff --git a/example/example_06_nectar_gpu/example.nc b/example/example_06_nectar_gpu/example.nc deleted file mode 100644 index d0a8b72..0000000 --- a/example/example_06_nectar_gpu/example.nc +++ /dev/null @@ -1,11 +0,0 @@ -// 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 - -const main() { - const dummy := 0x10; - return dummy; -} - |
