Skip to content

Commit

Permalink
More suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 24, 2025
1 parent ee64349 commit 953121c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cub/test/catch2_test_device_reduce.cu
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#include <c2h/custom_type.h>
#include <c2h/extended_types.h>

// need to suppress deprecation warnings for ConstantInputIterator in the cudafe1.stub.c file, so there is no matching
// _CCCL_SUPPRESS_DEPRECATED_POP at the end of this file
_CCCL_SUPPRESS_DEPRECATED_PUSH

DECLARE_LAUNCH_WRAPPER(cub::DeviceReduce::Reduce, device_reduce);
DECLARE_LAUNCH_WRAPPER(cub::DeviceReduce::Sum, device_sum);
DECLARE_LAUNCH_WRAPPER(cub::DeviceReduce::Min, device_min);
Expand Down

0 comments on commit 953121c

Please sign in to comment.