Skip to content

Commit

Permalink
fixup! fixup! forward sv and interp instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Dec 2, 2024
1 parent 0f10d28 commit 26a7ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function Core.Compiler.abstract_call_gf_by_type(
callinfo = AlwaysInlineCallInfo(callinfo, atype)
else
# 1. Check if function is inactive
if is_inactive_from_sig(interp, specTypes, sv)
if EnzymeRules.is_inactive_from_sig(interp, specTypes, sv)
callinfo = NoInlineCallInfo(callinfo, atype, :inactive)
else
# 2. Check if rule is defined
Expand Down

0 comments on commit 26a7ebb

Please sign in to comment.