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
gaoqiong
composable_kernel
Commits
7490b612
"include/vscode:/vscode.git/clone" did not exist on "bccc6d8b815a1ef40a52ad96bf1d02686c9d2ded"
Commit
7490b612
authored
Apr 19, 2023
by
Rosty Geyyer
Browse files
Format
parent
0a622886
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v3r1.hpp
...tion/gpu/thread/threadwise_tensor_slice_transfer_v3r1.hpp
+2
-1
No files found.
include/ck/tensor_operation/gpu/thread/threadwise_tensor_slice_transfer_v3r1.hpp
100644 → 100755
View file @
7490b612
...
...
@@ -349,7 +349,8 @@ struct ThreadwiseTensorSliceTransfer_v3r1
}
static_ford
<
SliceLengths
>
{}([
&
](
auto
idx
)
{
// convert from SrcData to DstData here
ck
::
tensor_operation
::
element_wise
::
UnaryConvert
{}(
dst_thread_scratch_
(
idx
),
src_thread_scratch_tuple_
[
thread_scratch_id
][
idx
]);
ck
::
tensor_operation
::
element_wise
::
UnaryConvert
{}(
dst_thread_scratch_
(
idx
),
src_thread_scratch_tuple_
[
thread_scratch_id
][
idx
]);
});
#endif
}
...
...
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