Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Oct 26, 2024
1 parent ba29c90 commit 4a6968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/batchedmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ end
@test C1 C2

# 5-arg mul!
@test 10 .* C1 batched_mul!(C2, A′, B′, 10)
@test 10 .* C1 batched_mul!(C2, A′, B′, 10) rtol=1e-7
C2 .= 10
@test C1 .+ 100 batched_mul!(C2, A′, B′, 1, 10)

Expand Down

0 comments on commit 4a6968f

Please sign in to comment.