Skip to content

Commit

Permalink
Add test cases of issues 710 and 851
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Sep 12, 2024
1 parent 37e9e47 commit 6f8bc21
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 @@ -589,7 +589,7 @@ CUDA_HOST_DEVICE T push(tape<T>& to, ArgsT... val) {

// Gradient Structure for Reverse Mode Enzyme
template <unsigned N> struct EnzymeGradient { double d_arr[N]; };
} // namespace clad
} // namespace clad
#endif // CLAD_DIFFERENTIATOR

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

0 comments on commit 6f8bc21

Please sign in to comment.