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

CUDA 11 libraries incorrectly looked up in artifact #300

Closed
maleadt opened this issue Jul 18, 2020 · 3 comments · Fixed by #310
Closed

CUDA 11 libraries incorrectly looked up in artifact #300

maleadt opened this issue Jul 18, 2020 · 3 comments · Fixed by #310
Labels
bug Something isn't working

Comments

@maleadt
Copy link
Member

maleadt commented Jul 18, 2020

Our code looks for cupti64_110.dll, but it's cupti64_2020.1.0.dll nowadays. This is correct in the CUDA_jll, but not updated here.

@maleadt maleadt added the bug Something isn't working label Jul 18, 2020
@SimonWoods
Copy link

I have several libraries at version 10 in the artifact, but CUDA.jl is looking for version 11.

  • cufft64
  • cufftw64
  • curand64
  • cusolver64

@XingjiaHan
Copy link

@maleadt
Copy link
Member Author

maleadt commented Nov 12, 2020

That is not relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants