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 22602b3 commit 7776fddCopy full SHA for 7776fdd
test/cuda.jl
@@ -27,7 +27,7 @@ end
27
end
28
29
@testset "sum(f, x)" begin
30
- a = Float32.(-4:4)
+ a = Float32.([-1.5, -9.0, 2.4, -1.3, 0.01])
31
a_gpu = a |> cu
32
33
f(x) = sum(abs, x)
0 commit comments