-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
ti.init(arch=ti.cuda) error with [cuda_driver.h:operator()@92] CUDA Error : while calling init (cuInit) #8300
Comments
Hi! Looks like it's an error caused by CUDA driver. Just to make sure, are you working on a native Linux machine, or WSL / VirtualBox? |
hi @houkensjtu, thanks for the reply. I'm working on a native ubuntu. If that's related to the CUDA driver, do you have a recommendation for the driver version? |
@xukez2 Both your GPU and your CUDA version looks fine, I don't have a specific recommendation. Can you run |
Looks like an issue with CUDA Driver, can you verify if your GPU works with other frameworks like Pytorch-GPU? |
@jim19930609 i can use pytorch gpu. I'm trying to have different cuda version to see if that can work |
@jim19930609 and @houkensjtu i downgraded my nvidia driver and cuda to nvidia-driver-525 and cuda 12.0 and it works. Thanks for the help. |
Describe the bug
After installing taichi can calling
ti.init(arch=ti.cuda)
, i got the following error msgLog/Screenshots
Running
ti diagnose
i gotAdditional comments
pytorch/pycuda is working fine
The text was updated successfully, but these errors were encountered: