Skip to content

Commit e94d1c3

Browse files
committed
Try without ComplexF32 on GPU
1 parent ac38adc commit e94d1c3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/eigh.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ using StableRNGs
55
using LinearAlgebra: LinearAlgebra, Diagonal, I
66
using CUDA, AMDGPU
77

8-
BLASFloats = (Float32, Float64, ComplexF32, ComplexF64)
8+
#BLASFloats = (Float32, Float64, ComplexF32, ComplexF64)
9+
BLASFloats = (Float32, Float64, ComplexF64)
910
GenericFloats = (BigFloat, Complex{BigFloat})
1011

1112
@isdefined(TestSuite) || include("testsuite/TestSuite.jl")

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ if filter_tests!(testsuite, args)
3434
end
3535
end
3636

37-
runtests(MatrixAlgebraKit, args; testsuite, env = ["JULIA_DEBUG"=>"cuBLAS"])
37+
runtests(MatrixAlgebraKit, args; testsuite)

0 commit comments

Comments
 (0)