We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[[nodiscard]]
1 parent d871704 commit 1d4c55fCopy full SHA for 1d4c55f
1 file changed
cub/cub/warp/warp_reduce.cuh
@@ -706,7 +706,7 @@ public:
706
707
using TempStorage = typename InternalWarpReduce::TempStorage;
708
709
- [[nodiscard]] _CCCL_DEVICE _CCCL_FORCEINLINE WarpReduce(TempStorage& /*temp_storage */) {}
+ _CCCL_DEVICE _CCCL_FORCEINLINE WarpReduce(TempStorage& /*temp_storage */) {}
710
711
[[nodiscard]] _CCCL_DEVICE _CCCL_FORCEINLINE T Sum(T input)
712
{
0 commit comments