Skip to content

Commit f6bd83a

Browse files
committed
Removing skipped versions for now.
1 parent 00726d7 commit f6bd83a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/cutensor/test/contractions.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ eltypes_compact = [
194194
(Float64, Float64, Float64, Float64),
195195
(ComplexF64, ComplexF64, ComplexF64, Float64)
196196
]
197-
## There are runtime issues in the cuTENSOR C library for versions 13.1, 12.6 and 12.0.
198-
## These errors are fixed in other versions.
199-
if !(CUDACore.runtime_version() [
200-
v"13.2", v"13.1",
201-
v"12.8", v"12.6",v"12.0"
202-
])
203197
@testset "Blocksparse Contraction" begin
204198
## There are many unsupported types because this is a new functionality
205199
## So I will test with Float32 and ComplexF32 only
@@ -251,6 +245,5 @@ if !(CUDACore.runtime_version() ∈ [
251245
@test C[2] reshape(permutedims(A[3], (2,1,3)), (25, 10 * 30)) * reshape(B[1], (10 * 30))
252246
end
253247
end
254-
end
255248

256249
end

0 commit comments

Comments
 (0)