We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0121e commit c167db1Copy full SHA for c167db1
libcudacxx/include/cuda/std/detail/libcxx/include/__cccl/visibility.h
@@ -29,6 +29,8 @@ _CCCL_FORCE_SYSTEM_HEADER
29
# define _CCCL_ATTRIBUTE_HIDDEN
30
#elif defined(_CCCL_COMPILER_NVRTC)
31
32
+#elif defined(_CCCL_COMPILER_NVHPC)
33
+# define _CCCL_ATTRIBUTE_HIDDEN
34
#else // ^^^ _CCCL_COMPILER_NVRTC ^^^ / vvv _CCCL_COMPILER_NVRTC vvv
35
# define _CCCL_ATTRIBUTE_HIDDEN __attribute__ ((__visibility__("hidden")))
36
#endif // !_CCCL_COMPILER_NVRTC
0 commit comments