API symbolscuda
Copy
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.cuda.nvtx.range
Context manager / decorator that pushes an NVTX range at the beginning of its scope, and pops it at the end. If extra arguments are given, they are passed as arguments to msg.format().
tensorplay.cuda.nvtx.range_pop
Pop a range off of a stack of nested range spans. Returns the zero-based depth of the range that is ended.
