-
Notifications
You must be signed in to change notification settings - Fork 22
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
Instrumentation function count_instrs not found in binary #124
Comments
The error may by revelant to the NVCC and CUDA version. My machine is an A100 GPU with CUDA Driver version 545.23.08 and CUDA version 12.3. I encounted the same problem when building the tool with NVCC 12.1.1 and 11.8. However, when I changed to NVCC 11.4.0, this error just vanished and the tool worked well.
|
I got it to work on CUDA 11.7 with NVIDIA driver 545.23.08. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I run the instr_count in test-apps and get this
when i run make, there are some warnings. i am not sure is it relevant with the problem.
my env:
there are some tests i did, i compiled and ran the example in another machine and success, but when i copy the so file and the exexcute file to WSL, it faces the same problem ,which is instrumentation function count_instrs not found in binary.
The text was updated successfully, but these errors were encountered: