Add 开源仓库

This commit is contained in:
xiao 2026-06-24 14:06:41 +08:00
parent 180213653b
commit 61d834a00e
1 changed files with 5 additions and 0 deletions

View File

@ -255,6 +255,11 @@
* **Tensor Core:** 现代 GPU(含沐曦 C500)的矩阵乘法专用单元,要求维度对齐为 8 或 16 的倍数。
### 5.5 开源仓库参考
[GitHub - MetaX-MACA/flashattn · GitHub](https://github.com/MetaX-MACA/flashattn)
> 链接内容可供用于学习 API、算子实现思路、benchmark 方法和优化策略。选手仍需根据 XPU-OJ 题包接口**自行实现**可提交的 `run_kernel(...)`
---