You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sets the algorithm as DivideAndConquer, the CUSOLVER ones which is dispatched via svd(::CuArray) don't map directly to the LinearAlgebra ones so svd(::CuArray; alg = DivideAndConquer() is an error
Selecting an algorithm for SVDFactorization will cause it to fail for CUDA. Possible solutions:
nothing
and use the default versions used in the downstream packageThe text was updated successfully, but these errors were encountered: