Skip to content
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

Closed
kagalenko-m-b opened this issue Mar 10, 2025 · 3 comments
Closed

Support for older GPUs #2685

kagalenko-m-b opened this issue Mar 10, 2025 · 3 comments

Comments

@kagalenko-m-b
Copy link

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

@maleadt
Copy link
Member

maleadt commented Mar 10, 2025

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.

@maleadt maleadt closed this as not planned Won't fix, can't repro, duplicate, stale Mar 10, 2025
@kagalenko-m-b
Copy link
Author

I'd be happy to take PRs for additional releases of older CUDA.jl versions

How extensive are the necessary changes?

@maleadt
Copy link
Member

maleadt commented Mar 11, 2025

I don't remember by heart. Have a look at the changes in GPUCompiler, but if anything, the compathelper PRs here looked very straightforward: #2462 and #2521.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants