Skip to content
  • Sebastian Ohlmann's avatar
    Add support for NVTX profiling · bf7c6410
    Sebastian Ohlmann authored
    When profiling the GPU version, NVTX can be used to highlight the
    corresponding regions of the code in the timeline of the profiling tool
    (nvvp or nsight systems). This is very useful to correlate what happens
    on the GPU with what part of the code we are in.
    bf7c6410