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

Add compatibility entry for Lovelace #1873

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

xaellison
Copy link
Contributor

What this fixes

Currently if I try to run CUDA.jl on a Lovelace gpu, I get the following error:

     Testing Running tests...
┌ Info: System information:
│ CUDA runtime 12.1, artifact installation
│ CUDA driver 12.1
│ NVIDIA driver 531.61.0
│
│ Libraries:
│ - CUBLAS: 12.1.0
│ - CURAND: 10.3.2
│ - CUFFT: 11.0.2
│ - CUSOLVER: 11.4.4
│ - CUSPARSE: 12.0.2
│ - CUPTI: 18.0.0
│ - NVML: 12.0.0+531.61
│
│ Toolchain:
│ - Julia: 1.8.5
│ - LLVM: 13.0.1
│ - PTX ISA support: 3.2, 4.0, 4.1, 4.2, 4.3, 5.0, 6.0, 6.1, 6.3, 6.4, 6.5, 7.0, 7.1, 7.2
│ - Device capability support: sm_37, sm_50, sm_52, sm_53, sm_60, sm_61, sm_62, sm_70, sm_72, sm_75, sm_80, sm_86
│
│ 1 device:
└   0: NVIDIA GeForce RTX 4090 (sm_89, 22.299 GiB / 23.988 GiB available)
ERROR: LoadError: Could not find any suitable device for this configuration

The fix

The toolchain requirements are the same as for Hopper, which is supported, so I copied that line in compatibility.jl.

Testing

I ran the full test suite, and had complete success except for sorting.jl

@maleadt
Copy link
Member

maleadt commented Apr 18, 2023

FWIW, with #1818 this shouldn't have been an error. Just a warning, so it's still good to have the entry.

@maleadt maleadt changed the title enable Lovelace Add compatibility entry for Lovelace Apr 18, 2023
@maleadt maleadt merged commit bdca510 into JuliaGPU:master Apr 18, 2023
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

Successfully merging this pull request may close these issues.

2 participants