"docs/source/vscode:/vscode.git/clone" did not exist on "8efd9ce787c3aaafa36c714e8a56c4951f1917f7"
Unverified Commit 0c79af12 authored by Chao Liu's avatar Chao Liu Committed by GitHub
Browse files

fix type in PR #101 (#107)

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