Skip to content

Commit

Permalink
For now disable visibility on nvc++
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Oct 17, 2023
1 parent 64a5f56 commit 66a34a0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
_CCCL_FORCE_SYSTEM_HEADER
#endif // !_CCCL_COMPILER_NVHPC

// For unknown reasons, nvc++ need to selectively disable this warning
// We do not want to use our usual macro because that would have push / pop semantics
#if defined(_CCCL_COMPILER_NVHPC)
#pragma nv_diag_suppress 1407
#endif // _CCCL_COMPILER_NVHPC

// Enable us to hide kernels
#if defined(_CCCL_COMPILER_MSVC)
# define _CCCL_ATTRIBUTE_HIDDEN
Expand Down

0 comments on commit 66a34a0

Please sign in to comment.