We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3c662 commit 4f32d70Copy full SHA for 4f32d70
libcudacxx/include/cuda/__nvtx/nvtx.h
@@ -57,9 +57,11 @@ struct NVTXCCCLDomain
57
} // namespace detail
58
59
// 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
62
# ifndef _CCCL_BEFORE_NVTX_RANGE_SCOPE
63
# define _CCCL_BEFORE_NVTX_RANGE_SCOPE(name)
-# endif // !_CCCL_BEFORE_NVTX_RANGE_SCOPE
64
+# endif // !CCCL_DETAIL_BEFORE_NVTX_RANGE_SCOPE
65
66
// Conditionally inserts a NVTX range starting here until the end of the current function scope in host code. Does
67
// nothing in device code.
0 commit comments