Open YassinAbdelrahman opened 9 months ago
What is the output of nvcc --version
?
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Wed_Nov_22_10:17:15_PST_2023
Cuda compilation tools, release 12.3, V12.3.107
Build cuda_12.3.r12.3/compiler.33567101_0
That is the output
Do I have the wrong version? I am still stuck on this. The dev branch worked fine when using a CArm but not with projection matrices which is why I tried switching to the main branch, but now this is happening. Any help would be appreciated, I am still new to this. Thank you!
What was the error when you used a projection matrix on the dev branch? Sorry you're having an issue!
I have fixed it by using the cuda11x instead of 12x, apparently cuda 12.3 does not work with DeepDRR for me, could that just be the case? That DeepDRR does not work with cuda 12.3? Thank you for your help though!
The dev branch is specifically updated to work with CUDA 12, but if there is a bug for projection matrices there then it would be something we want to fix before a full release.
Can you still provide this error message if you don’t mind? On Jan 23, 2024 at 8:35 AM -0500, Yassin Abdelrahman @.***>, wrote:
I have fixed it by using the cuda11x instead of 12x, apparently cuda 12.3 does not work with DeepDRR for me, could that just be the case? That DeepDRR does not work with cuda 12.3? Thank you for your help though! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
I don't have the original error message but the main error message was: "cuPy failed to load libnvrtc.so.12: cannot open shared object file: No such file or directory". This when installing with pip install .[cuda12x]
. Once I made a new environment and installed with pip install .[cuda11x]
and after installing pyopengl 3.1.1a1, the code did not give me another error. I hope this helps!
Hi all,
Whenever I try to run any kind of DRR generation with the main branch, I get this error:
Is this an error on my side? I have tried using cuda 11 and the latest cuda but I still keep having this same error.
Thank you, Yassin