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
0a9080a2
Commit
0a9080a2
authored
Nov 06, 2024
by
dummycoderfe
Browse files
[Ck_tile]fix moe_sorting fuse set_zero remod
parent
0385cded
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
example/ck_tile/13_moe_sorting/moe_sorting.cpp
example/ck_tile/13_moe_sorting/moe_sorting.cpp
+13
-12
No files found.
example/ck_tile/13_moe_sorting/moe_sorting.cpp
View file @
0a9080a2
...
@@ -116,7 +116,8 @@ bool test_moe_sorting(ck_tile::ArgParser args)
...
@@ -116,7 +116,8 @@ bool test_moe_sorting(ck_tile::ArgParser args)
moe_sorting_trait
trait
{
index_prec
,
weight_prec
,
experts
,
topk
,
unit_size
,
tokens
};
moe_sorting_trait
trait
{
index_prec
,
weight_prec
,
experts
,
topk
,
unit_size
,
tokens
};
moe_sorting_args
karg
{
topk_ids_dev
.
GetDeviceBuffer
(),
moe_sorting_args
karg
{
topk_ids_dev
.
GetDeviceBuffer
(),
weights_dev
.
GetDeviceBuffer
(),
weights_dev
.
GetDeviceBuffer
(),
sorted_ids_dev
.
GetDeviceBuffer
(),
sorted_ids_dev
.
GetDeviceBuffer
(),
sorted_weights_dev
.
GetDeviceBuffer
(),
sorted_weights_dev
.
GetDeviceBuffer
(),
...
...
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