Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
407 views

nvtx markers with Python Multiprocessing

I'm trying to use nvtx markers along with multiprocessing pool in Python, but when only a child process calls an annotated function the operation doesn't appear in the profiling report. Is there any ...
RocketSocks22's user avatar
0 votes
1 answer
2k views

How to see NVTX markers in Nvidia Nsight Systems? With host and guest being the same Windows machine

I am trying profiling CPU/GPU applications, using Nsight suite. Currently trying to understand a stuttering problem, I added a range around the simulation step (taking place on the CPU): #include &...
Ad N's user avatar
  • 8,366
0 votes
1 answer
739 views

Missing static nVIDIA Toolkit Extension library for CUDA 10.0

For a Linux project, I am trying to profile a static library that makes use of CUDA NPP library calls. I would like to use the NVTX API to profile our routines to see which are the more efficient. ...
swestrup's user avatar
  • 4,209