Skip to content

Commit

Permalink
Update include/cute/atom/copy_traits_xe.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mehdi Goli <mehdi.goli@codeplay.com>
  • Loading branch information
aacostadiaz and mehdi-goli committed Jun 19, 2024
1 parent 268e360 commit 705e8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cute/atom/copy_traits_xe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ auto get_shape_WHD(cute::Stride<IntT, Int<1>, IntT> , cute::Shape<int,int,int> s

template <class IntT, class TS, class SLayout>
CUTE_HOST_DEVICE constexpr
auto get_coordinates(cute::Stride<Int<1>, IntT, IntT> s,
auto get_coordinates(cute::Stride<Int<1>, IntT, IntT> ,
Tensor<ViewEngine<ArithmeticTupleIterator<TS>>, SLayout> const &src) {
auto [x, y, z] = src.data().coord_;
return make_coord(x, y, z);
Expand Down

0 comments on commit 705e8ab

Please sign in to comment.