Skip to content

Commit 833dcdf

Browse files
authored
Fix AutoMooncake instantiation in test_util.jl
1 parent 861594a commit 833dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function adjoint_test(
5656
)
5757
# Compute forwards-pass and j′vp.
5858
_f = (x) -> f(x...)
59-
y, adj_ad = DI.value_and_pullback(_f, AutoMooncake(), x, ȳ)
59+
y, adj_ad = DI.value_and_pullback(_f, DI.AutoMooncake(), x, ȳ)
6060
adj_fd = j′vp(fdm, f, ȳ, x...)
6161
6262
# Check that forwards-pass agrees with plain forwards-pass.

0 commit comments

Comments
 (0)