#include <raft/core/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 () |