Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Mar 10, 2024
1 parent 052be13 commit ee83792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function test_zygote_perf_heuristic(
f, name::String, args1, args2, passes, Δ1=nothing, Δ2=nothing
)
@testset "$name" begin
primal, fwd, pb = ad_constant_allocs_heuristic(f, args1, args2; Δ1, Δ2)
primal, fwd, pb = ad_constant_allocs_heuristic(f, args1, args2; Δ1=Δ1, Δ2=Δ2)
if passes[1]
@test primal[1] == primal[2]
else
Expand Down

0 comments on commit ee83792

Please sign in to comment.