Skip to content

Commit

Permalink
Update enzyme.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 29, 2024
1 parent 869f7fb commit 80647a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ end
dA = zeros(n, n);
db1 = zeros(n);
db2 = zeros(n);
Enzyme.autodiff(Reverse, f3, Duplicated(copy(A), dA), Duplicated(copy(b1), db1), Duplicated(copy(b2), db2))
Enzyme.autodiff(set_runtime_activity(Reverse), f3, Duplicated(copy(A), dA), Duplicated(copy(b1), db1), Duplicated(copy(b2), db2))

@test dA dA2 atol=5e-5
@test db1 db12
Expand Down

0 comments on commit 80647a4

Please sign in to comment.