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
e674fb74
Commit
e674fb74
authored
Jan 13, 2025
by
coderfeli
Browse files
add return logic when no input
parent
59c05300
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp
...s/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp
+3
-0
No files found.
include/ck_tile/ops/fused_moe/pipeline/fused_moegemm_pipeline_flatmm_uk.hpp
View file @
e674fb74
...
@@ -313,6 +313,9 @@ struct FusedMoeGemmPipeline_FlatmmUk
...
@@ -313,6 +313,9 @@ struct FusedMoeGemmPipeline_FlatmmUk
auto
w_scale
=
GetWeightScale
(
auto
w_scale
=
GetWeightScale
(
row_coords_o
,
reinterpret_cast
<
const
TopkWeightDataType
*>
(
kargs
.
sorted_weight_ptr
));
row_coords_o
,
reinterpret_cast
<
const
TopkWeightDataType
*>
(
kargs
.
sorted_weight_ptr
));
if
(
row_ids_a
[
0
]
>=
kargs
.
num_tokens
)
return
;
auto
uk_0_g
=
Policy
::
template
GetUK_0
<
Problem
>();
auto
uk_0_g
=
Policy
::
template
GetUK_0
<
Problem
>();
auto
acc_0
=
uk_0_g
(
a_res
,
auto
acc_0
=
uk_0_g
(
a_res
,
a_coords
,
a_coords
,
...
...
gaoqiong
@gaoqiong
mentioned in commit
1d1a51ed
·
Feb 18, 2025
mentioned in commit
1d1a51ed
mentioned in commit 1d1a51ed614446dbb115b53e1a5a3145095a26a4
Toggle commit list
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