We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we have a local_toolkit, it's up to the user to provide his own copy of cuDSS. CUDSS.jl could try and detect those much like how we do in CUDA.jl's subpackages like CUDNN.jl, by using CUDA_Runtime_Discovery.jl: https://github.com/JuliaGPU/CUDA.jl/blob/beccab19247738a1be3ec173ad4495e579e317d2/lib/cudnn/src/cuDNN.jl#L165-L181
local_toolkit
cuDSS
CUDSS.jl
CUDNN.jl
CUDA_Runtime_Discovery.jl
The text was updated successfully, but these errors were encountered:
amontoison
Successfully merging a pull request may close this issue.
If we have a
local_toolkit
, it's up to the user to provide his own copy ofcuDSS
.CUDSS.jl
could try and detect those much like how we do in CUDA.jl's subpackages likeCUDNN.jl
, by usingCUDA_Runtime_Discovery.jl
:https://github.com/JuliaGPU/CUDA.jl/blob/beccab19247738a1be3ec173ad4495e579e317d2/lib/cudnn/src/cuDNN.jl#L165-L181
The text was updated successfully, but these errors were encountered: