Skip to content

Commit 24c236a

Browse files
authored
[CUSOLVER] Update the test of syevBatched! (#2636)
1 parent c5ac00b commit 24c236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/libraries/cusolver/dense_generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ p = 5
3535
@testset "syevBatched!" begin
3636
batch_size = 5
3737
for uplo in ('L', 'U')
38-
(uplo == 'L') && (elty == ComplexF32) && continue
38+
(CUSOLVER.version() < v"11.7.2") && (uplo == 'L') && (elty == ComplexF32) && continue
3939

4040
A = rand(elty, n, n * batch_size)
4141
B = rand(elty, n, n * batch_size)

0 commit comments

Comments
 (0)