Skip to content

Commit 4f32d70

Browse files
committed
Merge conflicts
1 parent ba3c662 commit 4f32d70

File tree

1 file changed

+3
-1
lines changed
  • libcudacxx/include/cuda/__nvtx

1 file changed

+3
-1
lines changed

libcudacxx/include/cuda/__nvtx/nvtx.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ struct NVTXCCCLDomain
5757
} // namespace detail
5858

5959
// Hook for the NestedNVTXRangeGuard from the unit tests
60+
// todo(giannis): This hook serves no purpose currently since removed.
61+
// See TODO in cub/test/insert_nested_NVTX_range_guard.h
6062
# ifndef _CCCL_BEFORE_NVTX_RANGE_SCOPE
6163
# define _CCCL_BEFORE_NVTX_RANGE_SCOPE(name)
62-
# endif // !_CCCL_BEFORE_NVTX_RANGE_SCOPE
64+
# endif // !CCCL_DETAIL_BEFORE_NVTX_RANGE_SCOPE
6365

6466
// Conditionally inserts a NVTX range starting here until the end of the current function scope in host code. Does
6567
// nothing in device code.

0 commit comments

Comments
 (0)