Skip to content

Commit

Permalink
set Enzyme runtime activity to true for threads by default
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Jul 18, 2023
1 parent 5845e17 commit fb533d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ParallelKernel/test_parallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ end
end
@parallel configcall=f!(A, B, a) AD.autodiff_deferred!(Enzyme.Reverse, f!, DuplicatedNoNeed(A, Ā), DuplicatedNoNeed(B, B̄), Const(a))
Enzyme.autodiff_deferred(Enzyme.Reverse, g!, DuplicatedNoNeed(A_ref, Ā_ref), DuplicatedNoNeed(B_ref, B̄_ref), Const(a))
#@test Array(Ā) ≈ Ā_ref # NOTE: this test does not pass when run with the package manager.
@test Array(Ā) Ā_ref
@test Array(B̄) B̄_ref
end
end
Expand Down

0 comments on commit fb533d2

Please sign in to comment.