Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 22, 2024
1 parent a708c6a commit 97e89e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/histogram.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function move(backend, input)
# TODO replace with adapt(backend, input)
out = KernelAbstractions.allocate(backend, eltype(input), size(input))
KernelAbstractions.copyto!(backend, out, input)
return
return out
end

@testset "histogram tests" begin
Expand Down

0 comments on commit 97e89e6

Please sign in to comment.