19 #include <raft/core/nvtx.hpp> 
   28 [[deprecated(
"Use new raft::common::nvtx::push_range from <raft/core/nvtx.hpp>")]] 
inline void 
   31   raft::common::nvtx::push_range(name);
 
   38 [[deprecated(
"Use new raft::common::nvtx::pop_range from <raft/core/nvtx.hpp>")]] 
inline void 
   41   raft::common::nvtx::pop_range();
 
   48 [[deprecated(
"Use new raft::common::nvtx::push_range from <raft/core/nvtx.hpp>")]] 
inline void 
   51   raft::common::nvtx::push_range(name);
 
   55 [[deprecated(
"Use new raft::common::nvtx::pop_range from <raft/core/nvtx.hpp>")]] 
inline void 
   58   raft::common::nvtx::pop_range();
 
Definition: dbscan.hpp:29
 
void POP_RANGE(cudaStream_t stream)
Synchronize CUDA stream and pop the latest nvtx range.
Definition: nvtx.hpp:39
 
void PUSH_RANGE(const char *name, cudaStream_t stream)
Synchronize CUDA stream and push a named nvtx range.
Definition: nvtx.hpp:29