Skip to content

Commit

Permalink
Do not require set arch
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Nov 3, 2023
1 parent 8b03da3 commit 614326b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
#error "<__cuda/ptx.h> should only be included in from <cuda/std/barrier>"
#endif // __cuda_std__

#if defined(__CUDA_MINIMUM_ARCH__) && __CUDA_MINIMUM_ARCH__ < 700
# error "CUDA synchronization primitives are only supported for sm_70 and up."
#endif

#if defined(_CCCL_COMPILER_NVHPC) && defined(_CCCL_USE_IMPLICIT_SYSTEM_DEADER)
#pragma GCC system_header
#else // ^^^ _CCCL_COMPILER_NVHPC ^^^ / vvv !_CCCL_COMPILER_NVHPC vvv
Expand Down

0 comments on commit 614326b

Please sign in to comment.