Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
More nvhpc suppressions
Before this commit, only nvhpc jobs failed
  • Loading branch information
bernhardmgruber committed Jan 23, 2025
commit d5b6dcdb66ab535cc3e04d9730dde04013c3f703
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/counting_iterator.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -40,3 +44,5 @@ struct test_counting_iterator
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_counting_iterator, UnsignedIntegralTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/discard_output.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -37,3 +41,5 @@ struct test_discard
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_discard, NumericTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/large_indices.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -237,3 +241,5 @@ void test_large_indices_custom_scan_op()
DECLARE_UNITTEST(test_large_indices_custom_scan_op);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/large_types.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -52,3 +56,5 @@ struct test_large_types
DECLARE_UNITTEST(test_large_types);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/mixed_types.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -115,3 +119,5 @@ void test_scan_mixed_types(size_t num_values)
DECLARE_SIZED_UNITTEST(test_scan_mixed_types);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/simple.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -65,3 +69,5 @@ struct test_simple_in_place
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_simple_in_place, NumericTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/stateful_operator.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -62,3 +66,5 @@ struct test_stateful_operator
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_stateful_operator, NumericTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/exclusive_scan/using_vs_adl.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -168,3 +172,5 @@ void test_using_cpo()
DECLARE_UNITTEST(test_using_cpo);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/counting_iterator.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -39,3 +43,5 @@ struct test_counting_iterator
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_counting_iterator, UnsignedIntegralTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/discard_output.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -35,3 +39,5 @@ struct test_discard
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_discard, NumericTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/large_indices.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -232,3 +236,5 @@ void test_large_indices_custom_scan_op()
DECLARE_UNITTEST(test_large_indices_custom_scan_op);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/large_types.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -52,3 +56,5 @@ struct test_large_types
DECLARE_UNITTEST(test_large_types);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/mixed_types.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -106,3 +110,5 @@ void test_scan_mixed_types(size_t num_values)
DECLARE_SIZED_UNITTEST(test_scan_mixed_types);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/simple.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -90,3 +94,5 @@ struct test_simple_in_place
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_simple_in_place, NumericTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/stateful_operator.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -62,3 +66,5 @@ struct test_stateful_operator
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_stateful_operator, NumericTypes);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
6 changes: 6 additions & 0 deletions thrust/testing/async/inclusive_scan/using_vs_adl.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#include <cuda/__cccl_config>

_CCCL_SUPPRESS_DEPRECATED_PUSH

#include <thrust/detail/config.h>

#if _CCCL_STD_VER >= 2014
Expand Down Expand Up @@ -166,3 +170,5 @@ void test_using_cpo()
DECLARE_UNITTEST(test_using_cpo);

#endif // C++14

_CCCL_SUPPRESS_DEPRECATED_POP
Loading