Skip to content

Commit 2f33080

Browse files
authored
[README] Update HGEMM/SGEMM Supported matrix (#113)
* Update README.md * Update README.md * Update README.md
1 parent caab92e commit 2f33080

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
<img width="1438" alt="image" src="https://github.com/user-attachments/assets/0c5e5125-586f-43fa-8e8b-e2c61c1afbbe">
1515

16-
## 🎉🎉 HGEMM/SGEMM Supported Matrix
16+
----
17+
<h3 align="center">📖 HGEMM/SGEMM Supported Matrix </h3>
1718

1819
|CUDA Cores|Sliced K(Loop over K)|Tile Block|Tile Thread|
1920
|:---:|:---:|:---:|:---:|
@@ -27,9 +28,12 @@
2728
|**Row Major(NN)**|**Col Major(TN)**|**SGEMM TF32**|**SMEM Swizzle**|
2829
|✔️|✔️|✔️||
2930

30-
🎉 Welcome to 🌟👆🏻star & submit a PR to this repo, as it is the simplest way to support me.
3131

32-
## 0x00 📖 CUDA Kernel目录 (面试常考题目)
32+
<p align="center">🎉 Welcome to 🌟👆🏻star & submit a PR to this repo, as it is the simplest way to support me. </p>
33+
34+
----
35+
36+
## 📖 CUDA Kernel目录 (面试常考题目)
3337
- / = not supported now.
3438
- ✔️ = known work and already supported now.
3539
- ❔ = in my plan, but not coming soon, maybe a few weeks later.
@@ -180,7 +184,7 @@
180184

181185
👉TIPS: * means using **Tensor Cores(MMA/WMMA)**, otherwise, using CUDA Cores by default.
182186

183-
## 0x01 📖 博客目录
187+
## 📖 博客目录
184188

185189
### 📖 大模型|多模态|Diffusion|推理优化 (本人作者)
186190

0 commit comments

Comments
 (0)