We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8db714 commit 922a186Copy full SHA for 922a186
1 file changed
test/broadcast.jl
@@ -31,7 +31,7 @@ end
31
@test y == 5
32
# FIXME This should not allocate but I couldn't figure out where these
33
# allocations come from.
34
- alloc_test_le(() -> MA.broadcast!!(+, a, b), 288)
+ alloc_test_le(() -> MA.broadcast!!(+, a, b), 336)
35
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
36
end
37
0 commit comments