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
5d87cb7a
"test/srt/vscode:/vscode.git/clone" did not exist on "35ec2a45a890eebea12843d0ad604898f0df1a4a"
Commit
5d87cb7a
authored
Jun 15, 2022
by
Chao Liu
Browse files
clean
parent
e5f731cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
17 deletions
+1
-17
include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v6r1.hpp
...ion/gpu/block/thread_group_tensor_slice_transfer_v6r1.hpp
+1
-17
No files found.
include/ck/tensor_operation/gpu/block/thread_group_tensor_slice_transfer_v6r1.hpp
View file @
5d87cb7a
...
...
@@ -4,7 +4,6 @@
#include "tensor_descriptor_helper.hpp"
#include "cluster_descriptor.hpp"
#include "threadwise_tensor_slice_transfer_v6r1.hpp"
#include "threadwise_tensor_slice_transfer_v7.hpp"
namespace
ck
{
...
...
@@ -112,20 +111,6 @@ struct ThreadGroupTensorSliceTransfer_v6r1
make_cluster_descriptor
(
ThreadClusterLengths
{},
ThreadClusterArrangeOrder
{});
using
ThreadwiseTransfer
=
#if 0
ThreadwiseTensorSliceTransfer_v7<Tuple<SrcData>,
Tuple<DstData>,
Tuple<SrcDesc>,
Tuple<DstDesc>,
ElementwiseOperation,
decltype(thread_slice_lengths),
DimAccessOrder,
VectorDim,
ScalarPerVector,
ThreadTransferSrcResetCoordinateAfterRun,
ThreadTransferDstResetCoordinateAfterRun,
DstInMemOp>;
#else
ThreadwiseTensorSliceTransfer_v6r1
<
SrcData
,
DstData
,
SrcDesc
,
...
...
@@ -138,7 +123,6 @@ struct ThreadGroupTensorSliceTransfer_v6r1
DstInMemOp
,
ThreadTransferSrcResetCoordinateAfterRun
,
ThreadTransferDstResetCoordinateAfterRun
>
;
#endif
ThreadwiseTransfer
threadwise_transfer_
;
};
...
...
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