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 0cc2c0d commit 6332cccCopy full SHA for 6332ccc
examples/histogram.jl
@@ -13,7 +13,7 @@ function create_histogram(input)
13
end
14
15
# This a 1D histogram kernel where the histogramming happens on shmem
16
-@kernel unsafe_indices=true function histogram_kernel!(histogram_output, input)
+@kernel unsafe_indices = true function histogram_kernel!(histogram_output, input)
17
gid = @index(Group, Linear)
18
lid = @index(Local, Linear)
19
0 commit comments