From 26a7ebb80fcdc24ff71842a392e5d2eaca5b8530 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Mon, 2 Dec 2024 20:37:34 +0100 Subject: [PATCH] fixup! fixup! forward sv and interp instead --- src/compiler/interpreter.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/interpreter.jl b/src/compiler/interpreter.jl index c6d5140c28..850a17195d 100644 --- a/src/compiler/interpreter.jl +++ b/src/compiler/interpreter.jl @@ -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