Skip to content

Commit b15c93e

Browse files
committed
removing other unnecessary subtraction test
1 parent 871b31f commit b15c93e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/atomic_test.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ function atomics_testsuite(backend, ArrayT)
7575

7676
@testset "atomic subtraction tests" begin
7777
types = [Int32, Int64, UInt32, UInt64, Float32]
78-
if ArrayT == CuArray
79-
CUDA.capability(CUDA.device()) >= v"6.0" && push!(types, Float64)
80-
else
81-
push!(types, Float64)
82-
end
8378

8479
for T in types
8580
A = ArrayT{T}([2048,2048])

0 commit comments

Comments
 (0)