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 e2c101c commit 403a8d9Copy full SHA for 403a8d9
examples/histogram.jl
@@ -85,6 +85,9 @@ end
85
histogram_rand_baseline = create_histogram(rand_input)
86
histogram_linear_baseline = create_histogram(linear_input)
87
histogram_two_baseline = create_histogram(all_two)
88
+ @show eltype(histogram_rand_baseline)
89
+ @show eltype(histogram_linear_baseline)
90
+ @show eltype(histogram_two_baseline)
91
92
rand_input = move(backend, rand_input)
93
linear_input = move(backend, linear_input)
0 commit comments