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 d6c1b6e commit a26f80bCopy full SHA for a26f80b
examples/histogram.jl
@@ -55,7 +55,7 @@ end
55
56
end
57
58
-function histogram!(histogram_output, input, groupsize=256)
+function histogram!(histogram_output, input, groupsize = 256)
59
backend = get_backend(histogram_output)
60
# Need static block size
61
kernel! = histogram_kernel!(backend, (groupsize,))
0 commit comments