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 110d784 commit c2f26caCopy full SHA for c2f26ca
examples/histogram.jl
@@ -74,7 +74,7 @@ function move(backend, input)
74
end
75
76
@testset "histogram tests" begin
77
- rand_input = [rand(1:128) for i in 1:1000]
+ rand_input = [rand(1:128) for i in 1:10000]
78
linear_input = [i for i in 1:1024]
79
all_two = [2 for i in 1:512]
80
0 commit comments