Skip to content

Commit

Permalink
Merge pull request #118 from senior-zero/fix-main/github/thrust_ci
Browse files Browse the repository at this point in the history
Fix async scan / counting iterator tests
  • Loading branch information
gevtushenko committed Jun 23, 2023
2 parents 2855499 + 7fcd1f9 commit 55fcdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thrust/testing/async/exclusive_scan/counting_iterator.cu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ struct test_counting_iterator
// Use built-in types only, counting_iterator doesn't seem to be compatible with
// the custom_numeric.
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_counting_iterator,
BuiltinNumericTypes);
UnsignedIntegralTypes);

#endif // C++14
2 changes: 1 addition & 1 deletion thrust/testing/async/inclusive_scan/counting_iterator.cu
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ struct test_counting_iterator
// Use built-in types only, counting_iterator doesn't seem to be compatible with
// the custom_numeric.
DECLARE_GENERIC_SIZED_UNITTEST_WITH_TYPES(test_counting_iterator,
BuiltinNumericTypes);
UnsignedIntegralTypes);

#endif // C++14

0 comments on commit 55fcdd8

Please sign in to comment.