We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f8d2e commit e3268b4Copy full SHA for e3268b4
test/broadcast.jl
@@ -28,7 +28,7 @@ end
28
if VERSION >= v"1.5"
29
# FIXME This should not allocate but I couldn't figure out where these
30
# 240 come from.
31
- alloc_test(() -> MA.broadcast!!(+, a, b), 240)
+ alloc_test(() -> MA.broadcast!!(+, a, b), 80)
32
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
33
end
34
0 commit comments