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_pop
Pop a range off of a stack of nested range spans. Returns the zero-based depth of the range that is ended.
tensorplay.cuda.nvtx.range_start
Mark the start of a range with string message. It returns a unique handle for this range to pass to the corresponding call to rangeEnd().
