exanauts/CUDSS.jl

Detect local installation of cuDSS with CUDA_Runtime_Discovery.jl

Opened this issue · 0 comments

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