File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ using Test
33using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
6- BLASFloats = (Float32, ComplexF64) # full suite is too expensive on CI
6+ # infinity-norm doesn't play nicely with Float32, Enzyme, and 1.12
7+ # see https://github.com/EnzymeAD/Enzyme.jl/issues/2985
8+ BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
79GenericFloats = ()
810@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
911using . TestSuite
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ using Test
33using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
6- BLASFloats = (Float32, ComplexF64) # full suite is too expensive on CI
6+ # infinity-norm doesn't play nicely with Float32, Enzyme, and 1.12
7+ # see https://github.com/EnzymeAD/Enzyme.jl/issues/2985
8+ BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
79GenericFloats = ()
810@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
911using . TestSuite
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ using Test
33using LinearAlgebra: Diagonal
44using CUDA, AMDGPU
55
6- BLASFloats = (Float32, ComplexF64) # full suite is too expensive on CI
6+ # infinity-norm doesn't play nicely with Float32, Enzyme, and 1.12
7+ # see https://github.com/EnzymeAD/Enzyme.jl/issues/2985
8+ BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
79GenericFloats = ()
810@isdefined (TestSuite) || include (" ../testsuite/TestSuite.jl" )
911using . TestSuite
You can’t perform that action at this time.
0 commit comments