File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float32, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float32, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
66BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
7- GenericFloats = ()
7+ GenericFloats = (BigFloat, Complex{BigFloat} )
88@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
99using . TestSuite
1010
You can’t perform that action at this time.
0 commit comments