tvm
Classes | Namespaces | Macros
nvtx.h File Reference
#include <tvm/runtime/c_runtime_api.h>
#include <string>
Include dependency graph for nvtx.h:

Go to the source code of this file.

Classes

class  tvm::runtime::NVTXScopedRange
 A class to create a NVTX range. No-op if TVM is not built against NVTX. More...
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::runtime
 

Macros

#define TVM_NVTX_FUNC_SCOPE()   NVTXScopedRange _nvtx_func_scope_(__PRETTY_FUNCTION__);
 

Macro Definition Documentation

◆ TVM_NVTX_FUNC_SCOPE

#define TVM_NVTX_FUNC_SCOPE ( )    NVTXScopedRange _nvtx_func_scope_(__PRETTY_FUNCTION__);