forked from metax-maca/op_optimization
ADD file via upload
This commit is contained in:
parent
36f02341eb
commit
a83213a217
|
|
@ -0,0 +1,19 @@
|
|||
# 揭榜挂帅第一赛题——基于国产软件栈的大模型推理前沿算子优化(TileLang)Sample 算子获取说明
|
||||
|
||||
本文档用于统一维护揭榜挂帅第一赛题「基于国产软件栈的大模型推理前沿算子优化(TileLang)」提供的 Sample 算子获取入口
|
||||
|
||||
|
||||
- 源码仓库: [tile-ai/tilelang-metax](https://github.com/tile-ai/tilelang-metax)
|
||||
|
||||
## Sample 算子获取地址
|
||||
|
||||
| 算子名称 | 获取地址 |
|
||||
| --- | --- |
|
||||
| MLA | [race_tests/mla](https://github.com/tile-ai/tilelang-metax/tree/ee6db4376484f2f7270183c01fd0d90f794965cb/race_tests/mla) |
|
||||
| MoE | [race_tests/moe](https://github.com/tile-ai/tilelang-metax/tree/ee6db4376484f2f7270183c01fd0d90f794965cb/race_tests/moe) |
|
||||
| NSA | [race_tests/nsa](https://github.com/tile-ai/tilelang-metax/tree/ee6db4376484f2f7270183c01fd0d90f794965cb/race_tests/nsa) |
|
||||
|
||||
## 使用说明
|
||||
|
||||
|
||||
如需查看赛题最新更新内容,可访问 race 分支目录:[race_tests](https://github.com/tile-ai/tilelang-metax/tree/race/race_tests)。
|
||||
Loading…
Reference in New Issue