From 6913d4135bdcf012b379ef2444cca48d782e302a Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Sat, 14 Dec 2024 17:09:55 -0500 Subject: [PATCH] fix --- src/compiler.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.jl b/src/compiler.jl index a9eb99c73c..c13f8e7cad 100644 --- a/src/compiler.jl +++ b/src/compiler.jl @@ -3802,7 +3802,7 @@ end continue end if EnzymeRules.is_inactive_from_sig(specTypes; world, method_table, caller) && - has_method( + Enzyme.has_method( Tuple{typeof(EnzymeRules.inactive),specTypes.parameters...}, world, method_table,