Skip to content

Commit cc0bd84

Browse files
committed
Make 32-bit tests pass
1 parent 25836d0 commit cc0bd84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/internal_rules.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,8 @@ function test_sparse(M, v, α, β)
776776
test_reverse(LinearAlgebra.mul!, Const, (C, Const), (M, Const), (v, Const), (α, Active), (β, Active))
777777
end
778778

779+
# LLVM ERROR: out of memory _ZN22MyAttributorLegacyPass11runOnModuleERN4llvm6ModuleE at /home/wmoses/.julia/artifacts/61617502a39254b2b056f7aa53ec9b80726eec6b/lib/libEnzyme-16.so (unknown line)
780+
if sizeof(Int) == sizeof(Int64)
779781
@testset "SparseArrays spmatvec reverse rule" begin
780782
Ts = ComplexF64
781783

@@ -809,7 +811,7 @@ end
809811
test_reverse(LinearAlgebra.mul!, T, (C, T), (M, T), (v, T), (α, Active), (real(β), Active))
810812
end
811813
end
812-
814+
end
813815

814816
@testset "SparseArrays spmatmat reverse rule" begin
815817
Ts = ComplexF64

0 commit comments

Comments
 (0)