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_ROCM
Commits
d5efa5e5
Commit
d5efa5e5
authored
Oct 17, 2024
by
rocking
Browse files
clang format
parent
98395085
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp
example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp
+2
-2
No files found.
example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp
View file @
d5efa5e5
...
@@ -71,9 +71,9 @@ struct layernorm2d_fwd_traits_
...
@@ -71,9 +71,9 @@ struct layernorm2d_fwd_traits_
using
thread_tile
=
ck_tile
::
sequence
<
MRepeat
,
NRepeat
,
VectorAccessSize
>
;
using
thread_tile
=
ck_tile
::
sequence
<
MRepeat
,
NRepeat
,
VectorAccessSize
>
;
using
warp_tile
=
ck_tile
::
sequence
<
MRepeat
*
warpSize
/
kNThreadPerBlock
,
using
warp_tile
=
ck_tile
::
sequence
<
MRepeat
*
warpSize
/
kNThreadPerBlock
,
NRepeat
*
kNThreadPerBlock
*
VectorAccessSize
>
;
NRepeat
*
kNThreadPerBlock
*
VectorAccessSize
>
;
using
block_tile
=
ck_tile
::
sequence
<
kMWarpPerBlock
*
MRepeat
*
warpSize
/
kNThreadPerBlock
,
using
block_tile
=
ck_tile
::
sequence
<
kMWarpPerBlock
*
MRepeat
*
warpSize
/
kNThreadPerBlock
,
NRepeat
*
kNThreadPerBlock
*
VectorAccessSize
>
;
NRepeat
*
kNThreadPerBlock
*
VectorAccessSize
>
;
using
Shape
=
ck_tile
::
TileLayernorm2dShape
<
thread_tile
,
warp_tile
,
block_tile
>
;
using
Shape
=
ck_tile
::
TileLayernorm2dShape
<
thread_tile
,
warp_tile
,
block_tile
>
;
...
...
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