Skip to content

Commit

Permalink
Review from yasahi-hpc
Browse files Browse the repository at this point in the history
Co-authored-by: yasahi-hpc <[email protected]>
  • Loading branch information
tpadioleau and yasahi-hpc authored Nov 5, 2024
1 parent 37d6497 commit 5972b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/KokkosFFT_Helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ auto get_shift(const ViewType& inout, axis_type<DIM> axes, int direction = 1) {

template <typename ExecutionSpace, typename ViewType>
void roll(const ExecutionSpace& exec_space, const ViewType& inout,
axis_type<1> shift, axis_type<1>) {
axis_type<1> shift, axis_type<1> /* axes */) {
// Last parameter is ignored but present for keeping the interface consistent
static_assert(ViewType::rank() == 1, "roll: Rank of View must be 1.");
int n0 = inout.extent_int(0);
Expand Down

0 comments on commit 5972b5f

Please sign in to comment.