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
af07d650
Commit
af07d650
authored
Dec 18, 2024
by
Po Yen Chen
Browse files
Fix wrong condition
parent
23602a0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/ck_tile/01_fmha/fmha_fwd.cpp
example/ck_tile/01_fmha/fmha_fwd.cpp
+1
-1
No files found.
example/ck_tile/01_fmha/fmha_fwd.cpp
View file @
af07d650
...
@@ -1090,7 +1090,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
...
@@ -1090,7 +1090,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
const
float
fwd_ave_time
=
[
&
]
{
const
float
fwd_ave_time
=
[
&
]
{
#if CK_TILE_FMHA_FWD_SPLITKV_API
#if CK_TILE_FMHA_FWD_SPLITKV_API
if
(
1
<
=
num_splits
||
use_kvcache
)
if
(
1
<
num_splits
||
use_kvcache
)
{
{
fmha_fwd_splitkv_traits
fmha_splitkv_traits
;
fmha_fwd_splitkv_traits
fmha_splitkv_traits
;
init_traits
(
fmha_splitkv_traits
);
init_traits
(
fmha_splitkv_traits
);
...
...
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