cupy.cuda.nvtx.Mark

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

Marks an instantaneous event (marker) in the application.

Markes 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.