[Bugfix] Qwen3MoE aclrtMemcpy failed with NPUGraph (#10013)

This commit is contained in:
Even Zhou
2025-09-08 12:50:49 +08:00
committed by GitHub
parent 8116804e4f
commit b67c277f86
5 changed files with 180 additions and 10 deletions

View File

@@ -294,6 +294,7 @@ suite_ascend = {
],
"per-commit-4-ascend-npu": [
TestFile("ascend/test_ascend_mla_w8a8int8.py", 400),
TestFile("ascend/test_ascend_tp4_bf16.py", 400),
],
}