Commit 36d54c16 authored by Chao Liu's avatar Chao Liu
Browse files

fix type in PR #101

parent 0619ebf7
...@@ -312,7 +312,7 @@ struct ThreadwiseTensorSliceTransfer_v2 ...@@ -312,7 +312,7 @@ struct ThreadwiseTensorSliceTransfer_v2
constexpr auto forward_step = SpaceFillingCurve::GetForwardStep(idx_1d); constexpr auto forward_step = SpaceFillingCurve::GetForwardStep(idx_1d);
move_tensor_coordinate( move_tensor_coordinate(
src_desc, src_coord_, make_tensor_coordinate_step(dst_desc, forward_step)); src_desc, src_coord_, make_tensor_coordinate_step(src_desc, forward_step));
} }
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment