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 runtime discovery for non-toolkit libraries (CUTENSOR, CUDNN, CUQUANTUM) #1858

Merged
merged 3 commits into from
Apr 14, 2023

Conversation

mloubout
Copy link
Contributor

@mloubout mloubout commented Apr 5, 2023

Fixes #1850

@mloubout mloubout changed the title cuddn: use CUDA_Runtime_Discovbery if configured cuddn: use CUDA_Runtime_Discovery if configured Apr 6, 2023
@maleadt
Copy link
Member

maleadt commented Apr 13, 2023

Thanks. I was actually thinking of adding cuDNN discovery to CUDA_Runtime_Discovery.jl, but this is a simpler approach, so let's go with this. I changed a little though to avoid #1798 errors.

@maleadt maleadt marked this pull request as draft April 13, 2023 15:43
@maleadt maleadt changed the title cuddn: use CUDA_Runtime_Discovery if configured Support runtime discovery for non-toolkit libraries (CUTENSOR, CUDNN, CUQUANTUM) Apr 13, 2023
@maleadt maleadt self-assigned this Apr 13, 2023
@maleadt maleadt added the installation CUDA is easy to install, right? label Apr 13, 2023
@maleadt maleadt marked this pull request as ready for review April 13, 2023 18:39
@maleadt maleadt merged commit 2ad2de7 into JuliaGPU:master Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation CUDA is easy to install, right?
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local runtime discovery does not work for external libraries (CUDNN, CUTENSOR)
2 participants