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
ac9d0a67
Commit
ac9d0a67
authored
Sep 08, 2022
by
Po-Yen, Chen
Browse files
Let 'DstVectorDim' equals 'SrcVectorDim' after transpose out grid desc
parent
c3943745
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp
include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp
+1
-2
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_permute.hpp
View file @
ac9d0a67
...
...
@@ -221,8 +221,7 @@ struct GridwisePermute
constexpr
index_t
SrcVectorDimAfterMerge
=
SrcVectorDim
-
(
InGridDesc
::
GetNumOfDimension
()
-
3
);
constexpr
index_t
DstVectorDimAfterMerge
=
DstVectorDim
-
(
OutGridDesc
::
GetNumOfDimension
()
-
3
);
constexpr
index_t
DstVectorDimAfterMerge
=
SrcVectorDimAfterMerge
;
using
ck
::
tensor_operation
::
element_wise
::
PassThrough
;
...
...
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