-
Notifications
You must be signed in to change notification settings - Fork 237
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
Support for older GPUs #2685
Comments
As explained in JuliaGPU/GPUCompiler.jl#675 (comment), this is not going to happen. I'd be happy to take PRs for additional releases of older CUDA.jl versions, but since NVIDIA doesn't support these GPUs anymore, we are not going to re-instate support for a 12 year old device. |
How extensive are the necessary changes? |
I have tried to change the branch
but for some reason precompiling |
You have to actually use the latest GPUCompiler, not simply bump the compat (to include JuliaGPU/GPUCompiler.jl#594). |
This patch allows release-4.0 to precompile on Julia 1.11.4 , but tests fail to start. I tried to |
At present, there is no way to install CUDA for older GPU (compute capacity 3.0) on either current or LTS julia versions. The latest supported CUDA version for cc 3.0 is 4.0, but it requires GPUCompiler that is compatible only with julia version no greater than 1.6
The text was updated successfully, but these errors were encountered: