Skip to content

Commit

Permalink
Allow assertion in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 20, 2023
1 parent e596392 commit 38f2e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/catch2_test_block_radix_sort_custom.cu
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
*
******************************************************************************/

#undef NDEBUG
#include <cassert>

#include "catch2_test_block_radix_sort.cuh"
#include "cub/block/radix_rank_sort_operations.cuh"

Expand Down

0 comments on commit 38f2e32

Please sign in to comment.