cupy.cuda.nvtx.RangePush¶
-
cupy.cuda.nvtx.RangePush(str message, int id_color=-1)¶ Starts a nested range.
Ranges are used to describe events over a time span during execution of the application. The duration of a range is defined by the corresponding pair of
RangePush*()toRangePop()calls.Parameters: