We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbcd12 commit ae21b1aCopy full SHA for ae21b1a
1 file changed
test/enzyme.jl
@@ -3,7 +3,7 @@ using Test
3
using LinearAlgebra: Diagonal
4
using CUDA, AMDGPU
5
6
-BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
+BLASFloats = (ComplexF64,) # full suite is too expensive on CI
7
GenericFloats = () #(BigFloat,)
8
@isdefined(TestSuite) || include("testsuite/TestSuite.jl")
9
using .TestSuite
0 commit comments