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
5a7c738d
Commit
5a7c738d
authored
Sep 12, 2022
by
Po-Yen, Chen
Browse files
Use fixed 'VectorDim' & 'ScalarPerVector' for LDS
parent
23c3a395
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp
include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp
+4
-4
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp
View file @
5a7c738d
...
@@ -242,11 +242,11 @@ struct GridwisePermute
...
@@ -242,11 +242,11 @@ struct GridwisePermute
InBlockTransferAccessOrder
,
InBlockTransferAccessOrder
,
InBlockTransferAccessOrder
,
InBlockTransferAccessOrder
,
SrcVectorDimAfterMerge
,
SrcVectorDimAfterMerge
,
SrcVectorDimAfterMerge
,
2
,
SrcScalarPerVector
,
SrcScalarPerVector
,
SrcScalarPerVector
,
1
,
1
,
1
,
1
,
1
,
true
,
true
,
true
>
(
true
>
(
in_grid_desc_n_h_w
,
in_grid_desc_n_h_w
,
...
@@ -280,9 +280,9 @@ struct GridwisePermute
...
@@ -280,9 +280,9 @@ struct GridwisePermute
decltype
(
out_grid_desc_n_h_w
),
decltype
(
out_grid_desc_n_h_w
),
InBlockTransferAccessOrder
,
InBlockTransferAccessOrder
,
InBlockTransferAccessOrder
,
InBlockTransferAccessOrder
,
SrcVectorDimAfterMerge
,
2
,
DstVectorDimAfterMerge
,
DstVectorDimAfterMerge
,
SrcScalarPerVector
,
1
,
DstScalarPerVector
,
DstScalarPerVector
,
1
,
1
,
1
,
1
,
...
...
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