From b82bccc9670bf00a9158a8a9042de3428fc2a5b7 Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Sun, 31 Mar 2024 11:30:57 -0400 Subject: [PATCH 1/2] updating enzyme --- src/tools/enzyme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/enzyme b/src/tools/enzyme index 0bf10624447d0..cad0ac27dfcfc 160000 --- a/src/tools/enzyme +++ b/src/tools/enzyme @@ -1 +1 @@ -Subproject commit 0bf10624447d0f68eb537cc111a13f48f464f2e1 +Subproject commit cad0ac27dfcfc5be075a2cdc8b751018f25197af From e801c1a501bead1afa6cf2be59345693d815ef6b Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Sun, 31 Mar 2024 11:31:28 -0400 Subject: [PATCH 2/2] unrelatedly remove last dbg --- compiler/rustc_builtin_macros/src/autodiff.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_builtin_macros/src/autodiff.rs b/compiler/rustc_builtin_macros/src/autodiff.rs index 674f20577934c..66dd7f746b789 100644 --- a/compiler/rustc_builtin_macros/src/autodiff.rs +++ b/compiler/rustc_builtin_macros/src/autodiff.rs @@ -124,7 +124,6 @@ pub fn expand( // This allows us to potentially parse other attributes. return vec![item]; } - dbg!(&x); let span = ecx.with_def_site_ctxt(expand_span); let n_active: u32 = x.input_activity.iter()