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 1311d88 commit cb69589Copy full SHA for cb69589
examples/histogram.jl
@@ -72,7 +72,7 @@ function move(backend, input)
72
end
73
74
@testset "histogram tests" begin
75
- if Base.VERSION < v"1.7.0"
+ if Base.VERSION < v"1.7.0" && !KernelAbstractions.isgpu(backend)
76
@test_skip false
77
else
78
rand_input = [rand(1:128) for i = 1:1000]
0 commit comments