Skip to content

Commit

Permalink
Fix for interpreter (#341)
Browse files Browse the repository at this point in the history
* Fix for interpreter

* Update Project.toml
  • Loading branch information
wsmoses authored Dec 7, 2024
1 parent 3a0710d commit 65fcbe8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Adapt = "4"
ArrayInterface = "7.10"
CEnum = "0.4, 0.5"
Downloads = "1.6"
Enzyme = "0.13.15"
EnzymeCore = "0.8.6"
Enzyme = "0.13.21"
EnzymeCore = "0.8.6, 0.8.7, 0.8.8"
GPUArraysCore = "0.1.6, 0.2"
LinearAlgebra = "1.10"
NNlib = "0.9.24"
Expand Down
10 changes: 4 additions & 6 deletions src/Interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ function set_reactant_abi end
ReactantCacheToken(),
nothing, #=mt=#
world,
false, #=forward_rules=#
false, #=reverse_rules=#
true, #=deferred_lower=#
true, #=forward_rules=#
true, #=reverse_rules=#
false, #=broadcast_rewrite=#
set_reactant_abi,
)
Expand All @@ -135,9 +134,8 @@ else
REACTANT_CACHE,
nothing, #=mt=#
world,
false, #=forward_rules=#
false, #=forward_rules=#
true, #=deferred_lower=#
true, #=forward_rules=#
true, #=forward_rules=#
false, #=broadcast_rewrite=#
set_reactant_abi,
)
Expand Down

0 comments on commit 65fcbe8

Please sign in to comment.