Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/dispatch_scan_by_key.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

CUB_NAMESPACE_BEGIN

Expand Down
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/dispatch_select_if.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

CUB_NAMESPACE_BEGIN

Expand Down
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/dispatch_transform.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_MSVC(4702)
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

CUB_NAMESPACE_BEGIN

Expand Down
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/kernels/kernel_transform.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

CUB_NAMESPACE_BEGIN

Expand Down
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/kernels/kernel_unique_by_key.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

CUB_NAMESPACE_BEGIN

Expand Down
1 change: 1 addition & 0 deletions thrust/thrust/system/cuda/detail/assign_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

THRUST_NAMESPACE_BEGIN
namespace cuda_cub
Expand Down
1 change: 1 addition & 0 deletions thrust/thrust/system/cuda/detail/iter_swap.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

_CCCL_DIAG_PUSH
_CCCL_DIAG_SUPPRESS_GCC("-Wattributes") // __visibility__ attribute ignored
_CCCL_DIAG_SUPPRESS_NVHPC(attribute_requires_external_linkage)

THRUST_NAMESPACE_BEGIN
namespace cuda_cub
Expand Down
Loading