Skip to content

Commit 67abdf4

Browse files
author
Katharine Hyatt
committed
Try not testing ComplexF64 for speed
1 parent 2a22d6e commit 67abdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/enzyme.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using Enzyme, EnzymeTestUtils
77
using MatrixAlgebraKit: diagview, TruncatedAlgorithm, PolarViaSVD
88
using LinearAlgebra: UpperTriangular, Diagonal, Hermitian, mul!
99

10-
ETs = (Float32, ComplexF64)
10+
ETs = (Float32,)# ComplexF64)
1111
include("ad_utils.jl")
1212
function test_pullbacks_match(rng, f!, f, A, args, Δargs, alg = nothing; ȳ = copy.(Δargs), return_act = Duplicated)
1313
ΔA = randn(rng, eltype(A), size(A)...)

0 commit comments

Comments
 (0)