Skip to content

Commit 8a3df63

Browse files
authored
Merge pull request #12 from OrangePure/qwen36_dense_moe
fix(ascend): drop erroneous initial_state transpose in aclnn chunk GD…
2 parents f1dd02d + 7172ef4 commit 8a3df63

3 files changed

Lines changed: 508 additions & 3 deletions

File tree

tests/custom_ops_tests/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,6 @@ done
256256
| `test_gemma_rms_norm.py` | `npu_gemma_rms_norm` | CANN framework |
257257
| `test_recurrent_gated_delta_rule.py` | `npu_recurrent_gated_delta_rule` | CANN framework |
258258
| `test_chunk_gated_delta_rule_fwd_h.py` | `chunk_gated_delta_rule_fwd_h` | CANN framework |
259+
| `test_chunk_gated_delta_rule.py` | `npu_chunk_gated_delta_rule`(连接性) | CANN framework |
260+
| `test_chunk_gated_delta_rule_accuracy.py` | `npu_chunk_gated_delta_rule`(数值精度,fp32 参考 + Triton 交叉校验) | CANN framework |
259261
| `test_pto_chunk_gdn.py` | PTO GDN megakernel | Bisheng PTO |

0 commit comments

Comments
 (0)