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
ab10fbc0
Commit
ab10fbc0
authored
Sep 16, 2022
by
rocking
Browse files
clang-format
parent
e9070031
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
example/42_groupnorm/groupnorm_sigmoid.cpp
example/42_groupnorm/groupnorm_sigmoid.cpp
+1
-2
No files found.
example/42_groupnorm/groupnorm_sigmoid.cpp
View file @
ab10fbc0
...
@@ -24,7 +24,7 @@ using GammaDataType = ck::half_t;
...
@@ -24,7 +24,7 @@ using GammaDataType = ck::half_t;
using
BetaDataType
=
ck
::
half_t
;
using
BetaDataType
=
ck
::
half_t
;
using
YDataType
=
ck
::
half_t
;
using
YDataType
=
ck
::
half_t
;
using
AccDataType
=
float
;
using
AccDataType
=
float
;
using
Sigmoid
=
ck
::
tensor_operation
::
element_wise
::
Sigmoid
;
using
Sigmoid
=
ck
::
tensor_operation
::
element_wise
::
Sigmoid
;
constexpr
int
Rank
=
5
;
constexpr
int
Rank
=
5
;
constexpr
int
NumReduceDim
=
3
;
constexpr
int
NumReduceDim
=
3
;
...
@@ -51,7 +51,6 @@ using DeviceInstance =
...
@@ -51,7 +51,6 @@ using DeviceInstance =
8
,
// BetaScalarPerVector
8
,
// BetaScalarPerVector
8
>
;
// OutScalarPerVector
8
>
;
// OutScalarPerVector
int
main
()
int
main
()
{
{
ck
::
index_t
N
=
1
;
ck
::
index_t
N
=
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