cupy.cuda.nvtx.MarkC#

cupy.cuda.nvtx.MarkC(message, uint32_t color=0)#

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.

  • color (uint32) – Color code for a marker.