Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Oct 5, 2024
1 parent 98f7cf0 commit 9e68108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clad/Differentiator/Differentiator.h
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ CUDA_HOST_DEVICE T push(tape<T>& to, ArgsT... val) {
#ifdef CLAD_ENABLE_ENZYME_BACKEND
// Gradient Structure for Reverse Mode Enzyme
template <unsigned N> struct EnzymeGradient { double d_arr[N]; };
} // namespace clad
#endif
} // namespace clad
#endif // CLAD_DIFFERENTIATOR

// Enable clad after the header was included.
Expand Down

0 comments on commit 9e68108

Please sign in to comment.