All Questions
3 questions
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 ...
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 &...
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. ...