Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into catch2-device-radix-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Nov 23, 2023
2 parents 53f86db + 9eca399 commit 3aa5873
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-as-coder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
echo "For additional information, see:"
echo " - DevContainer Documentation: https://github.com/NVIDIA/cccl/blob/main/.devcontainer/README.md"
echo " - Continuous Integration (CI) Overview: https://github.com/NVIDIA/cccl/blob/main/ci-overview.md"
exit $exit_code
fi
5 changes: 0 additions & 5 deletions cub/test/catch2_test_device_radix_sort_keys.cu
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
*
******************************************************************************/

// Catch2 internals throw the following diagnositic when CUB_TEST is given an empty typelist,
// which happens for some parameterizations of this test due to filtering for floating-point types, etc.
// error #177-D: variable "index" was declared but never referenced
#pragma diag_suppress 177

#include <thrust/device_vector.h>
#include <thrust/functional.h>
#include <thrust/host_vector.h>
Expand Down

0 comments on commit 3aa5873

Please sign in to comment.