llvm-capstone/clang/test/CodeGenCUDASPIRV
ShangwuYao 8bd13ad6c5 [CUDA][SPIRV] Match builtin types and __GCC_ATOMIC_XXX_LOCK_FREE macros on host/device
This change matches the CUDA/SPIRV behavior with CUDA/NVPTX, and makes some builtin types
and __GCC_ATOMIC_XXX_LOCK_FREE macros the same between the host and device. This is only
done when host triple is provided and known, otherwise the behavior is unchanged.

Reviewed By: yaxunl

Differential Revision: https://reviews.llvm.org/D144047
2023-02-22 15:44:46 +00:00
..
copy-aggregate-byval.cu [CodeGenCUDASPIRV] Convert tests to opaque pointers (NFC) 2022-12-14 13:36:07 +01:00
cuda-types.cu [CUDA][SPIRV] Match builtin types and __GCC_ATOMIC_XXX_LOCK_FREE macros on host/device 2023-02-22 15:44:46 +00:00
kernel-argument.cu [CodeGenCUDASPIRV] Convert tests to opaque pointers (NFC) 2022-12-14 13:36:07 +01:00
kernel-cc.cu Emit OpenCL metadata when targeting SPIR-V 2022-04-05 20:58:32 +00:00