summaryrefslogtreecommitdiff
path: root/src/zprep.h
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-18 19:54:32 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-18 19:54:32 +0000
commit8401c970ece366592dcbfaa0affe1a1a1bc18ac8 (patch)
treea83b2864e51782ae9a186b27fa6124eae8422357 /src/zprep.h
parentfc4abb77ecab8fe3c497e13d7f7d6d8f832514b2 (diff)
CUDA Interop, baby.
Diffstat (limited to 'src/zprep.h')
-rw-r--r--src/zprep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zprep.h b/src/zprep.h
index f9bb6b6..18c4c51 100644
--- a/src/zprep.h
+++ b/src/zprep.h
@@ -182,6 +182,7 @@ typedef struct
int is_freestanding; // 1 if --freestanding.
int mode_transpile; // 1 if 'transpile' command.
int use_cpp; // 1 if --cpp (emit C++ compatible code).
+ int use_cuda; // 1 if --cuda (emit CUDA-compatible code).
// GCC Flags accumulator.
char gcc_flags[4096];