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 276c907 commit ef742e5Copy full SHA for ef742e5
test/private.jl
@@ -83,7 +83,7 @@ function private_testsuite(backend, ArrayT)
83
synchronize(backend())
84
@test all(Array(B))
85
86
- A = ArrayT{Float32}(ones(64, 3));
+ A = ArrayT(ones(Float32, 64, 3))
87
out = ArrayT{Float32}(undef, 64)
88
reduce_private(backend(), 8)(out, A, ndrange = size(out))
89
0 commit comments