cupy.cuda.nvtx.MarkC

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

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.
  • color (uint32) – Color code for a marker.