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 a490d1d commit 985a4ccCopy full SHA for 985a4cc
test/nopre/jet.jl
@@ -127,5 +127,5 @@ end
127
dual_cache = init(prob)
128
ext = Base.get_extension(LinearSolve, :LinearSolveForwardDiffExt)
129
JET.@test_opt ext.linearsolve_dual_solution(
130
- [1.0, 1.0, 1.0], [[1.0, 1.0, 1.0], [1.0, 1.0, 1.0]], cache)
+ [1.0, 1.0, 1.0], [[1.0, 1.0, 1.0], [1.0, 1.0, 1.0]], dual_cache )
131
end
0 commit comments