Skip to content

Commit 9f86477

Browse files
committed
Two types is too expensive
1 parent a11f506 commit 9f86477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/enzyme.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Test
33
using LinearAlgebra: Diagonal
44
using CUDA, AMDGPU
55

6-
BLASFloats = (Float64, ComplexF64) # full suite is too expensive on CI
6+
BLASFloats = (ComplexF64,) # full suite is too expensive on CI
77
GenericFloats = () #(BigFloat,)
88
@isdefined(TestSuite) || include("testsuite/TestSuite.jl")
99
using .TestSuite

0 commit comments

Comments
 (0)