Skip to content

Commit 403a8d9

Browse files
committed
jgf
1 parent e2c101c commit 403a8d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/histogram.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ end
8585
histogram_rand_baseline = create_histogram(rand_input)
8686
histogram_linear_baseline = create_histogram(linear_input)
8787
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)
8891

8992
rand_input = move(backend, rand_input)
9093
linear_input = move(backend, linear_input)

0 commit comments

Comments
 (0)