From c2f26cad54a72c524634a6810363a5d5b853390f Mon Sep 17 00:00:00 2001 From: Jerry Ling Date: Sat, 7 Jun 2025 09:58:55 -0400 Subject: [PATCH] histogram example fail --- examples/histogram.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/histogram.jl b/examples/histogram.jl index 3e91c29d4..45ad272de 100644 --- a/examples/histogram.jl +++ b/examples/histogram.jl @@ -74,7 +74,7 @@ function move(backend, input) end @testset "histogram tests" begin - rand_input = [rand(1:128) for i in 1:1000] + rand_input = [rand(1:128) for i in 1:10000] linear_input = [i for i in 1:1024] all_two = [2 for i in 1:512]