-
Notifications
You must be signed in to change notification settings - Fork 237
RTX5070Ti is not fully supported by CUDA 12.8.0 #2714
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
Comments
sorry, I dont understand how to use Runic.jl to accept these changes on VS code. Could you show me how to do? Thanks. Best regards |
There's nothing you need to do. Runic.jl is a code formatter, and that comment is intended for the PR author (i.e., me). |
Thank you. |
Excuse me, so, I just need wait for the next version? |
You can check out the master branch of CUDA.jl for the time being. |
Thanks. Could you tell me how to install the master branch on VS Code? I only know Pkg.add("CUDA"). |
https://pkgdocs.julialang.org/v1/managing-packages/#Adding-packages
|
Thanks.
|
Sorry, I hadn't looked closely enough at the error message; this isn't simply a compatibility issue. |
I'm afraid this may have to wait until I get a hold on Blackwell hardware, which hopefully happens in a couple of weeks. In the mean time, if somebody's interested feel free to take a look. We're probably invoking |
It is ok. Thanks for your effort. |
I took a look at merge #2717 by @maleadt , and it seems that LLVM requires v20 or higher. Could it be that the LLVM version is too low? Currently, my Julia 1.11.4 comes with LLVM v16. I’m not sure if this information is helpful to you, or if there is a way to resolve this issue. Additionally, I can provide my cuda.versioninfo() output for my 5070 Ti if needed. CUDA runtime 12.8, artifact installation
CUDA driver 12.8
NVIDIA driver 570.133.7
CUDA libraries:
- CUBLAS: 12.8.4
- CURAND: 10.3.9
- CUFFT: 11.3.3
- CUSOLVER: 11.7.3
- CUSPARSE: 12.5.8
- CUPTI: 2025.1.1 (API 26.0.0)
- NVML: 12.0.0+570.133.7
Julia packages:
- CUDA: 5.7.1
- CUDA_Driver_jll: 0.12.1+1
- CUDA_Runtime_jll: 0.16.1+0
Toolchain:
- Julia: 1.11.4
- LLVM: 16.0.6
2 devices:
0: NVIDIA GeForce RTX 5070 Ti (sm_120, 9.878 GiB / 15.921 GiB available)
1: NVIDIA GeForce RTX 3070 Ti (sm_86, 6.953 GiB / 8.000 GiB available) |
Not necessarily; we invoke CUDA.jl/src/compiler/compilation.jl Lines 145 to 149 in eb4fcad
|
Thanks. I will try it later. |
When i am running the following codes,
Error
Details on CUDA:
CUDA runtime 12.8, artifact installation
CUDA driver 12.8
NVIDIA driver 572.83.0
CUDA libraries:
Julia packages:
Toolchain:
The text was updated successfully, but these errors were encountered: