Skip to content

Commit

Permalink
Update Project.toml (#1831)
Browse files Browse the repository at this point in the history
* Update Project.toml

* fix

* fix
  • Loading branch information
wsmoses authored Sep 15, 2024
1 parent ffcb7dd commit e10ad8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e10ad8c

Please sign in to comment.