Skip to content

Commit

Permalink
Address the new review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
gojakuch committed Jul 24, 2024
1 parent e8dadc3 commit 47bac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clad/Differentiator/KokkosBuiltins.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ inline void resize_pushforward(const I& arg, View& v, const size_t n0,
const size_t n1, const size_t n2,
const size_t n3, const size_t n4,
const size_t n5, const size_t n6,
const size_t n7, const dI& d_arg, View& d_v,
const size_t n7, const dI& /*d_arg*/, View& d_v,
const size_t /*d_n0*/, const size_t /*d_n1*/,
const size_t /*d_n2*/, const size_t /*d_n3*/,
const size_t /*d_n4*/, const size_t /*d_n5*/,
Expand Down

0 comments on commit 47bac3d

Please sign in to comment.