Skip to content

Commit

Permalink
kokkos#6805: remove stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Mar 7, 2024
1 parent 23b6501 commit 5a652cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/impl/Kokkos_ViewMapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ struct ViewOffset<
}
if constexpr (6 < dimension_type::rank) {
s[7] = s[6] * m_dim.N6;
}\
}
}

// Stride with [ rank ] value is the total length
Expand Down

0 comments on commit 5a652cd

Please sign in to comment.