Fix CUDSS extension for CUDA v6.x#983
Conversation
|
By the way, we also need a version release after this PR. |
interesting, it didn't load? |
|
@albertomercurio @ChrisRackauckas It seems like the GPU test is still using So when we call : using CUDA.CUSPARSE # from CUDA v5
using CUDSS
CUDSS.cuSPARSE # from cuSPARSE v6it is indeed different I think |
|
By the way, would it be better that the instead of |
|
Possibly, I haven't looked too much at the recent changes. |
|
I tried it locally, but the compat version cannot be resolved. Because |
|
So we need to drop or update that? Is CUSOLVERRF.jl still maintained? |
|
I opened an issue in But the last version release for === I think the best solution for now is to drop === I tried to fix all |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Given the recent updates of CUDA.jl and CUDSS.jl, we need these small changes in the extension here.