diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-03 07:22:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-03 07:22:49 +0100 |
| commit | 2464cbf74a9d31c7878cb461800ee6e5eeddf473 (patch) | |
| tree | d72116ced9dd4d2e197b78cd3b10bb177f68430e /src/CommandLine/ptx-drv.json | |
| parent | c4a2701d5fdce9c969886bb3c7d13aed9108fbe9 (diff) | |
feat: PTX backend for Nectar.v0.1.4
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CommandLine/ptx-drv.json')
| -rw-r--r-- | src/CommandLine/ptx-drv.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/CommandLine/ptx-drv.json b/src/CommandLine/ptx-drv.json new file mode 100644 index 0000000..6372117 --- /dev/null +++ b/src/CommandLine/ptx-drv.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "../include/CompilerKit", + "../../include", + "../include/CompilerKit/src/Detail" + ], + "sources_path": [ + "ptx-drv.cpp" + ], + "output_name": "ptx-necdrv", + "compiler_flags": [ + ], + "cpp_macros": [ + "__NECDRV__=202504", + "CK_POSIX", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} + |
