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 bb77270 commit db5abc5Copy full SHA for db5abc5
test/groupreduce.jl
@@ -18,7 +18,7 @@ function groupreduce_testsuite(backend, AT)
18
(256,) :
19
(256, 512, 1024)
20
@testset "@groupreduce" begin
21
- @testset "T=$T, n=$n" for T in (Float16, Float32, Float64, Int16, Int32, Int64), n in groupsizes
+ @testset "T=$T, n=$n" for T in (Float16, Float32, Int16, Int32, Int64), n in groupsizes
22
x = AT(ones(T, n))
23
y = AT(zeros(T, 1))
24
0 commit comments