We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bb031 commit b8ef3e4Copy full SHA for b8ef3e4
ext/LinearSolveCUDAExt.jl
@@ -13,6 +13,7 @@ function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::CudaOffloadFactor
13
cache.isfresh = false
14
end
15
y = Array(ldiv!(CUDA.CuArray(cache.u), cache.cacheval, CUDA.CuArray(cache.b)))
16
+ cache.u .= y
17
SciMLBase.build_linear_solution(alg, y, nothing, cache)
18
19
0 commit comments