Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable custom forward/backward diff rules in Enzyme-based interpreter #321

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Temporarily disable custom forward/backward diff rules in Enzyme-base…
…d interpreter

Let's see if this circumvents the compilation time issue while @vchuravy and @wsmoses fix the issue in Enzyme
  • Loading branch information
mofeing authored Dec 3, 2024
commit 4f93c5f8b000465241fb6225f97e70a4ada47e7c
4 changes: 2 additions & 2 deletions src/Interpreter.jl
Original file line number Diff line number Diff line change
@@ -118,8 +118,8 @@ function set_reactant_abi end
ReactantCacheToken(),
nothing, #=mt=#
world,
true, #=forward_rules=#
true, #=reverse_rules=#
false, #=forward_rules=#
false, #=reverse_rules=#
true, #=deferred_lower=#
false, #=broadcast_rewrite=#
set_reactant_abi,
Loading