Skip to content

Conversation

@junhaha666
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings August 1, 2025 03:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a naming issue where QuantType.per_128x128 was incorrectly being used instead of QuantType.per_1x128, preventing the use of tuned configurations for this quantization type. The fix ensures consistent naming across the codebase and enables proper configuration lookup.

  • Replaces all instances of per_128x128 with per_1x128 across multiple files
  • Updates configuration files to use the correct quantization type name
  • Adds conversion logic to handle legacy per_128x128 references

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
hsa/gfx942/fmoe_2stages/tune.py Updates quantization type checks and adds conversion logic for legacy references
csrc/ck_gemm_moe_2stages_codegen/gen_instances.py Adds argument conversion from per_128x128 to per_1x128
csrc/ck_gemm_moe_2stages_codegen/gemm_moe_ck2stages_common.py Updates the supported quantization types list
aiter/ops/moe_op.py Fixes the quantization type conversion logic
aiter/fused_moe.py Updates quantization type references and adds remapping support
aiter/configs/untuned_fmoe.csv Updates configuration entry to use correct quantization type
aiter/configs/tuned_fmoe.csv Updates configuration entry to use correct quantization type

@valarLip valarLip merged commit 1d348f3 into main Aug 5, 2025
14 checks passed
@valarLip valarLip deleted the fused_moe_1x128 branch August 5, 2025 01:57
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.

3 participants