Skip to content

Commit

Permalink
Fix test [only downstream]
Browse files Browse the repository at this point in the history
  • Loading branch information
William Moses committed Dec 23, 2024
1 parent e754e4e commit 6e5d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
dA = Enzyme.make_zero(A)
@test all(dA .≈ 0)
dA = CUDA.ones(64)
Enzyme.make_zero!(A)
Enzyme.make_zero!(dA)
@test all(dA .≈ 0)
end

Expand Down

0 comments on commit 6e5d565

Please sign in to comment.