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 a708c6a commit 97e89e6Copy full SHA for 97e89e6
examples/histogram.jl
@@ -70,7 +70,7 @@ function move(backend, input)
70
# TODO replace with adapt(backend, input)
71
out = KernelAbstractions.allocate(backend, eltype(input), size(input))
72
KernelAbstractions.copyto!(backend, out, input)
73
- return
+ return out
74
end
75
76
@testset "histogram tests" begin
0 commit comments