From 38f2e327ef948a587734d45b4dcab95637432ad7 Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Fri, 7 Apr 2023 16:57:12 +0400 Subject: [PATCH] Allow assertion in release build --- test/catch2_test_block_radix_sort_custom.cu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/catch2_test_block_radix_sort_custom.cu b/test/catch2_test_block_radix_sort_custom.cu index 04812bf231..a2c5649033 100644 --- a/test/catch2_test_block_radix_sort_custom.cu +++ b/test/catch2_test_block_radix_sort_custom.cu @@ -25,6 +25,9 @@ * ******************************************************************************/ +#undef NDEBUG +#include + #include "catch2_test_block_radix_sort.cuh" #include "cub/block/radix_rank_sort_operations.cuh"