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 592c844 commit 90258ceCopy full SHA for 90258ce
test/broadcast.jl
@@ -30,7 +30,7 @@ end
30
@test x == 4
31
@test y == 5
32
# FIXME This should not allocate but I couldn't figure out where these
33
- # 240 come from.
+ # allocations come from.
34
alloc_test_le(() -> MA.broadcast!!(+, a, b), 288)
35
alloc_test(() -> MA.broadcast!!(+, a, c), 0)
36
end
0 commit comments