Skip to content

Commit a8be8fc

Browse files
committed
Allow NVTX nesting in for each extents
1 parent 5b4b842 commit a8be8fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cub/test/catch2_test_device_for_each_in_extents_api.cu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
*
2626
******************************************************************************/
27-
#include "insert_nested_NVTX_range_guard.h"
27+
28+
// Allow nested NVTX ranges for this algorithm
29+
// #include "insert_nested_NVTX_range_guard.h"
2830

2931
#include <cub/config.cuh>
3032

3133
// MSVC doesn't support __device__ lambdas
3234
#if !_CCCL_COMPILER(MSVC)
3335

34-
# include "insert_nested_NVTX_range_guard.h"
35-
3636
# include <cub/device/device_for.cuh>
3737

3838
# include <thrust/detail/raw_pointer_cast.h>

0 commit comments

Comments
 (0)