Skip to content

Commit 871b31f

Browse files
committed
removing unnecessary test from subtraction set
1 parent 9d71e71 commit 871b31f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/atomic_test.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ function atomics_testsuite(backend, ArrayT)
7777
types = [Int32, Int64, UInt32, UInt64, Float32]
7878
if ArrayT == CuArray
7979
CUDA.capability(CUDA.device()) >= v"6.0" && push!(types, Float64)
80-
CUDA.capability(CUDA.device()) >= v"7.0" && push!(types, Float16)
8180
else
8281
push!(types, Float64)
83-
push!(types, Float16)
8482
end
8583

8684
for T in types

0 commit comments

Comments
 (0)