diff --git a/Project.toml b/Project.toml index 1ea7b5c05b..e7baec9129 100644 --- a/Project.toml +++ b/Project.toml @@ -6,7 +6,6 @@ version = "0.13.0" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" -EnzymeTestUtils = "12d8515a-0907-448a-8884-5fe00fdf1c5a" Enzyme_jll = "7cc45869-7501-5eee-bdea-0790c847d4ef" GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55" LLVM = "929cbde3-209d-540e-8aea-75f648917ca0" @@ -36,7 +35,7 @@ BFloat16s = "0.2, 0.3, 0.4, 0.5" CEnum = "0.4, 0.5" ChainRulesCore = "1" EnzymeCore = "0.8" -Enzyme_jll = "0.0.146, 0.0.148" +Enzyme_jll = "0.0.149" GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27" LLVM = "6.1, 7, 8, =9.0" LogExpFunctions = "0.3" diff --git a/src/compiler/interpreter.jl b/src/compiler/interpreter.jl index 61a433af4c..2ef66a1571 100644 --- a/src/compiler/interpreter.jl +++ b/src/compiler/interpreter.jl @@ -41,7 +41,7 @@ function EnzymeInterpreter(cache_or_token, mt::Union{Nothing,Core.MethodTable}, @assert world <= Base.get_world_counter() parms = @static if VERSION < v"1.12" - InferenceParams(unoptimize_throw_blocks=false), + InferenceParams(unoptimize_throw_blocks=false) else InferenceParams() end