[Bugfix] Remove assert causing hipErrorStreamCaptureUnsupported (#34455)

Signed-off-by: Jaden Mathias <jaden.mathias@amd.com>
This commit is contained in:
Jaden Mathias
2026-02-18 13:54:54 -05:00
committed by GitHub
parent d7ff22204a
commit 0e60c925cf

View File

@@ -381,7 +381,6 @@ class AiterExperts(mk.FusedMoEPermuteExpertsUnpermute):
# TODO(rob): rocm_aiter_fused_experts uses self.quant_config's
# a_scales for static quantization. Update this to fit better
# with the interface once all quant integrations are complete.
assert a2_scale == self.quant_config.a2_scale
if expert_tokens_meta is not None:
num_local_tokens = expert_tokens_meta.expert_num_tokens