From 9e68108d8ba14f90b1a3666e472eba282c511950 Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Sat, 5 Oct 2024 17:32:04 +0000 Subject: [PATCH] Fix 2 --- include/clad/Differentiator/Differentiator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clad/Differentiator/Differentiator.h b/include/clad/Differentiator/Differentiator.h index 4710e3d00..aed2a7e38 100644 --- a/include/clad/Differentiator/Differentiator.h +++ b/include/clad/Differentiator/Differentiator.h @@ -580,8 +580,8 @@ CUDA_HOST_DEVICE T push(tape& to, ArgsT... val) { #ifdef CLAD_ENABLE_ENZYME_BACKEND // Gradient Structure for Reverse Mode Enzyme template struct EnzymeGradient { double d_arr[N]; }; - } // namespace clad #endif + } // namespace clad #endif // CLAD_DIFFERENTIATOR // Enable clad after the header was included.