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
68e67701
Commit
68e67701
authored
Oct 17, 2024
by
rocking
Browse files
remove redundant line
parent
1c870158
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp
example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp
+0
-1
No files found.
example/ck_tile/02_layernorm2d/layernorm2d_fwd.hpp
View file @
68e67701
...
@@ -67,7 +67,6 @@ struct layernorm2d_fwd_traits_
...
@@ -67,7 +67,6 @@ struct layernorm2d_fwd_traits_
static
constexpr
ck_tile
::
index_t
kNWarpPerBlock
=
1
;
static
constexpr
ck_tile
::
index_t
kNWarpPerBlock
=
1
;
static
constexpr
ck_tile
::
index_t
kMWarpPerBlock
=
static
constexpr
ck_tile
::
index_t
kMWarpPerBlock
=
kMThreadPerBlock
*
kNThreadPerBlock
/
warpSize
;
kMThreadPerBlock
*
kNThreadPerBlock
/
warpSize
;
// kNThreadPerBlock / 16;
using
thread_tile
=
ck_tile
::
sequence
<
MRepeat
,
kNRepeat
,
kVectorAccessSize
>
;
using
thread_tile
=
ck_tile
::
sequence
<
MRepeat
,
kNRepeat
,
kVectorAccessSize
>
;
using
warp_tile
=
ck_tile
::
sequence
<
MRepeat
*
warpSize
/
kNThreadPerBlock
,
using
warp_tile
=
ck_tile
::
sequence
<
MRepeat
*
warpSize
/
kNThreadPerBlock
,
...
...
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