Skip to content

[FlyDSL MOE] update a8w4 moe#2726

Open
Zzz9990 wants to merge 13 commits intomainfrom
zan/upgrade_flydsl_a8w4
Open

[FlyDSL MOE] update a8w4 moe#2726
Zzz9990 wants to merge 13 commits intomainfrom
zan/upgrade_flydsl_a8w4

Conversation

@Zzz9990
Copy link
Copy Markdown
Contributor

@Zzz9990 Zzz9990 commented Apr 14, 2026

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

@Zzz9990 Zzz9990 changed the title update a8w4 [FlyDSL MOE] update a8w4 moe Apr 14, 2026
@Zzz9990 Zzz9990 requested a review from lalala-sh April 14, 2026 02:19
@github-actions
Copy link
Copy Markdown
Contributor

🏷️ CI Guide

Runs automatically on every PR:

  • ✅ Pre-checks (submodule verification, code formatting)
  • ✅ Aiter op tests (gfx942 + gfx950)
  • ✅ Triton tests (only when aiter/ops/triton/** or related paths are changed)

Extended tests (opt-in via labels):

Label Tests
ci:triton-355 Run Triton tests on MI355 in addition to MI325
ci:sglang SGLang integration tests
ci:atom ATOM benchmark (DeepSeek-R1 + GPT-OSS)
ci:vllm vLLM benchmark
ci:all All of the above

Add labels via the sidebar or gh pr edit 2726 --add-label <label>

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

ruff

⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable size_w is assigned to but never used


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable w_elem is assigned to but never used

w_elem = T.f16 if is_f16_b else (T.i8 if is_int8 else T.f8)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable vec1_f16 is assigned to but never used


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable vec2_f16 is assigned to but never used


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable vec4_f16 is assigned to but never used


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable vec8_x is assigned to but never used

vec8_x = T.vec(vec8_elems, x_elem)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable vec1_i64 is assigned to but never used


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable layout_x is assigned to but never used

layout_x = fx.make_layout((m_i32_v, k_i32_v), stride=(k_i32_v, 1))


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable layout_b is assigned to but never used

layout_b = b_layout.layout_b


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable c_k0 is assigned to but never used

c_k0 = _div_pow2(k_in * arith.constant(int(a_elem_bytes), index=True), 64)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable c_a_pack is assigned to but never used

c_a_pack = arith.constant(int(a_elem_vec_pack), index=True)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable c32 is assigned to but never used

c32 = arith.constant(32, index=True)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable layout_x_div4 is assigned to but never used

layout_x_div4 = fx.make_layout(


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable vec4_x is assigned to but never used

vec4_x = T.vec(4, x_elem)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable c_n0 is assigned to but never used

c_n0 = _div_pow2(c_n_total, 16)


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable c_n0_static is assigned to but never used

c_n0_static = experts * model_dim // 16


⚠️ [ruff] <F841> reported by reviewdog 🐶
Local variable scale_tmp is assigned to but never used

@Zzz9990 Zzz9990 marked this pull request as ready for review April 14, 2026 11:20
@Zzz9990 Zzz9990 requested a review from a team April 14, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant