Namespaces | Functions
nvtx.hpp File Reference
#include <raft/core/nvtx.hpp>
Include dependency graph for nvtx.hpp:

Go to the source code of this file.

Namespaces

 ML
 

Functions

void ML::PUSH_RANGE (const char *name, cudaStream_t stream)
 Synchronize CUDA stream and push a named nvtx range. More...
 
void ML::POP_RANGE (cudaStream_t stream)
 Synchronize CUDA stream and pop the latest nvtx range. More...
 
void ML::PUSH_RANGE (const char *name)
 Push a named nvtx range. More...
 
void ML::POP_RANGE ()