Skip to content

Commit

Permalink
Fix mixup in compiler name for NVCC
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Jan 16, 2024
1 parent 3ce5a5a commit 501d0be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#if !defined(_CCCL_EXEC_CHECK_DISABLE)
# if defined(_CCCL_COMPILER_NVRTC) || defined(_CCCL_CUDA_COMPILER_NVHPC) || defined(_CCCL_CUDA_COMPILER_CLANG)
# define _CCCL_EXEC_CHECK_DISABLE
# elif defined(_CCCL_COMPILER_NVCC) // defined(_CCCL_CUDA_COMPILER_NVCC)
# elif defined(_CCCL_CUDA_COMPILER_NVCC) // defined(_CCCL_CUDA_COMPILER_NVCC)
# if defined(_CCCL_COMPILER_MSVC)
# define _CCCL_EXEC_CHECK_DISABLE __pragma("nv_exec_check_disable")
# else // ^^^ _CCCL_COMPILER_MSVC ^^^ / vvv !_CCCL_COMPILER_MSVC vvv
Expand Down

0 comments on commit 501d0be

Please sign in to comment.