-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can NVBit work with nvprof ? #45
Comments
Unfortunately this is not supported. NVBit uses the same loading "hooks" of nvprof (and other NVIDIA profiling/debug tools) so it is either one or the other, there is no way around this limitation at the moment. |
Is there any other performance monitor tool that can work with NVBit ? |
No, as far as I know unfortunately. |
Got it. Thanks very much for your response. One last small question. I found that the |
closing issue, nvbit can't work in conjunction with nvprof. |
Hello,
I am trying to profile the execution time of the instrumented kernel (by NVbit) with
nvprof
. However, it seems NVBit callback is not invoked when usingnvprof
.Specifically, I use the
instr_count
tool for instrumenting the kernel andvectoradd
for testing. Then executing the following commands:Yours,
IceCY
The text was updated successfully, but these errors were encountered: