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 af830be commit 02a8674Copy full SHA for 02a8674
test/scimlstructures_interface.jl
@@ -159,3 +159,4 @@ end
159
run_diff(initialize())
160
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint())[1].ps)
161
@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint(autojacvec = false))[1].ps)
162
+@test !iszero(Zygote.gradient(run_diff, initialize(), GaussAdjoint(autojacvec = EnzymeVJP()))[1].ps)
0 commit comments