Loading clang/lib/Headers/kitsune.h +7 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,13 @@ #include <stdint.h> #define ocl_mmap(a, n) __kitsune_opencl_mmap_marker((void*)a, n) extern "C" void __kitsune_opencl_mmap_marker(void* ptr, uint64_t n); #ifdef _cplusplus extern "C"{ #endif void __kitsune_opencl_mmap_marker(void* ptr, uint64_t n); #ifdef _cplusplus } #endif #define spawn _kitsune_spawn #define sync _kitsune_sync #define forall _kitsune_forall Loading Loading
clang/lib/Headers/kitsune.h +7 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,13 @@ #include <stdint.h> #define ocl_mmap(a, n) __kitsune_opencl_mmap_marker((void*)a, n) extern "C" void __kitsune_opencl_mmap_marker(void* ptr, uint64_t n); #ifdef _cplusplus extern "C"{ #endif void __kitsune_opencl_mmap_marker(void* ptr, uint64_t n); #ifdef _cplusplus } #endif #define spawn _kitsune_spawn #define sync _kitsune_sync #define forall _kitsune_forall Loading