From 5df3d5cdf07766745077b0d7140f5e1bd00f0efd Mon Sep 17 00:00:00 2001 From: William Moses Date: Tue, 22 Oct 2024 23:22:50 -0700 Subject: [PATCH] Update Project.toml (#2008) * Update Project.toml * newly working tests --- Project.toml | 2 +- lib/EnzymeTestUtils/test/test_reverse.jl | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index b1c9a8ed17..480db14294 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ BFloat16s = "0.2, 0.3, 0.4, 0.5" CEnum = "0.4, 0.5" ChainRulesCore = "1" EnzymeCore = "0.8.4" -Enzyme_jll = "0.0.156" +Enzyme_jll = "0.0.157" GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1" LLVM = "6.1, 7, 8, 9" LogExpFunctions = "0.3" diff --git a/lib/EnzymeTestUtils/test/test_reverse.jl b/lib/EnzymeTestUtils/test/test_reverse.jl index 901c259af8..9a04000027 100644 --- a/lib/EnzymeTestUtils/test/test_reverse.jl +++ b/lib/EnzymeTestUtils/test/test_reverse.jl @@ -131,13 +131,7 @@ end Tx in (Const, Duplicated, BatchDuplicated) are_activities_compatible(Tret, Tx) || continue - if Tx <: Const - test_reverse(f, Tret, (x, Tx)) - else - @test_broken !fails() do - return test_reverse(f, Tret, (x, Tx)) - end - end + test_reverse(f, Tret, (x, Tx)) end end