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
f2930add
Commit
f2930add
authored
Feb 06, 2023
by
rocking
Browse files
Sync the order of type string with template parameter
parent
ba40c2ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/ck/tensor_operation/gpu/device/impl/device_normalization_impl.hpp
...r_operation/gpu/device/impl/device_normalization_impl.hpp
+2
-2
No files found.
include/ck/tensor_operation/gpu/device/impl/device_normalization_impl.hpp
View file @
f2930add
...
...
@@ -462,8 +462,8 @@ struct DeviceNormalizationImpl : public DeviceNormalization<XDataType,
// clang-format off
str
<<
"DeviceNormalizationImpl<"
<<
BlockSize
<<
","
;
str
<<
"
M_C
"
<<
MThreadClusterSize
<<
"_
S
"
<<
M
Thread
Slice
Size
<<
","
;
str
<<
"K_
C
"
<<
K
Thread
Cluster
Size
<<
"_
S
"
<<
KThreadSliceSize
<<
","
;
str
<<
"
Cluster_MK_
"
<<
MThreadClusterSize
<<
"_"
<<
K
Thread
Cluster
Size
<<
","
;
str
<<
"
Slice_M
K_"
<<
M
Thread
Slice
Size
<<
"_"
<<
KThreadSliceSize
<<
","
;
str
<<
"XYSrcVectorDim_"
<<
XYSrcVectorDim
<<
","
;
str
<<
"VectorSize_X"
<<
XSrcVectorSize
<<
"_Gamma"
<<
GammaSrcVectorSize
<<
"_Beta"
<<
BetaSrcVectorSize
<<
"_Y"
<<
YDstVectorSize
<<
">"
;
// clang-format on
...
...
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