8 #include <raft/core/nvtx.hpp>
17 [[deprecated(
"Use new raft::common::nvtx::push_range from <raft/core/nvtx.hpp>")]]
inline void
20 raft::common::nvtx::push_range(name);
27 [[deprecated(
"Use new raft::common::nvtx::pop_range from <raft/core/nvtx.hpp>")]]
inline void
30 raft::common::nvtx::pop_range();
37 [[deprecated(
"Use new raft::common::nvtx::push_range from <raft/core/nvtx.hpp>")]]
inline void
40 raft::common::nvtx::push_range(name);
44 [[deprecated(
"Use new raft::common::nvtx::pop_range from <raft/core/nvtx.hpp>")]]
inline void
47 raft::common::nvtx::pop_range();
Definition: dbscan.hpp:18
void POP_RANGE(cudaStream_t stream)
Synchronize CUDA stream and pop the latest nvtx range.
Definition: nvtx.hpp:28
void PUSH_RANGE(const char *name, cudaStream_t stream)
Synchronize CUDA stream and push a named nvtx range.
Definition: nvtx.hpp:18