cupy.cuda.nvtx.Mark#

cupy.cuda.nvtx.Mark(message, int id_color=-1)#

Marks an instantaneous event (marker) in the application.

Markers are used to describe events at a specific time during execution of the application.

Parameters:
  • message (str) – Name of a marker.

  • id_color (int) – ID of color for a marker.