Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
composable_kernel-1
Commits
0c79af12
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "04ef5c2f3cc2ac899239d5f2b20de986a9153af1"
Unverified
Commit
0c79af12
authored
Mar 04, 2022
by
Chao Liu
Committed by
GitHub
Mar 04, 2022
Browse files
fix type in PR #101 (#107)
parent
0619ebf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
composable_kernel/include/tensor_operation/threadwise_tensor_slice_transfer.hpp
...ude/tensor_operation/threadwise_tensor_slice_transfer.hpp
+1
-1
No files found.
composable_kernel/include/tensor_operation/threadwise_tensor_slice_transfer.hpp
View file @
0c79af12
...
...
@@ -312,7 +312,7 @@ struct ThreadwiseTensorSliceTransfer_v2
constexpr
auto
forward_step
=
SpaceFillingCurve
::
GetForwardStep
(
idx_1d
);
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
));
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment