Skip to content

Commit 45322c6

Browse files
authored
Update README.md
1 parent 1759dad commit 45322c6

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
<div align='center'>
2-
<img src='https://github.com/user-attachments/assets/9306862b-2a30-4a87-bb33-0fde9e9d7cea' width=250px>
3-
</div>
4-
5-
<div align='center'>
6-
<img src=https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg >
7-
<img src=https://img.shields.io/badge/Language-CUDA-brightgreen.svg >
8-
<img src=https://img.shields.io/github/watchers/DefTruth/CUDA-Learn-Notes?color=9cc >
9-
<img src=https://img.shields.io/github/forks/DefTruth/CUDA-Learn-Notes.svg?style=social >
10-
<img src=https://img.shields.io/github/stars/DefTruth/CUDA-Learn-Notes.svg?style=social >
11-
<img src=https://img.shields.io/badge/Release-v2.6-brightgreen.svg >
12-
<img src=https://img.shields.io/badge/License-GPLv3.0-turquoise.svg >
13-
</div>
14-
15-
---
1+
<div align="center">
2+
<p align="center">
3+
<h2>📚 Modern CUDA Learn Notes with PyTorch for Beginners 🐑</h2>
4+
</p>
5+
<img src='https://github.com/user-attachments/assets/9306862b-2a30-4a87-bb33-0fde9e9d7cea' width=250 >
6+
<div align='center'>
7+
<img src=https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg >
8+
<img src=https://img.shields.io/badge/Language-CUDA-brightgreen.svg >
9+
<img src=https://img.shields.io/github/watchers/DefTruth/CUDA-Learn-Notes?color=9cc >
10+
<img src=https://img.shields.io/github/forks/DefTruth/CUDA-Learn-Notes.svg?style=social >
11+
<img src=https://img.shields.io/github/stars/DefTruth/CUDA-Learn-Notes.svg?style=social >
12+
<img src=https://img.shields.io/badge/Release-v2.6-brightgreen.svg >
13+
<img src=https://img.shields.io/badge/License-GPLv3.0-turquoise.svg >
14+
</div>
15+
<p align="center">
16+
<h2></h2>
17+
</p>
18+
</div>
1619

1720
📚 **Modern CUDA Learn Notes with PyTorch** for Beginners: It includes **Tensor/CUDA Cores, TF32/F16/BF16/F8**, [📖200+ CUDA Kernels🔥🔥(Easy -> Hard++)](#cuda-kernel) with PyTorch bindings, [📖100+ LLM/VLM/CV/CUDA/CuTe🔥](#my-blogs-part-1) blogs, [📖toy-hgemm⚡️⚡️](./kernels/hgemm) which can achieve `98%~100%` performance of **cuBLAS**, and [📖flash-attention-mma⚡️⚡️](./kernels/flash-attn) using Tensor Cores with pure MMA PTX. Welcome to 🌟👆🏻star this repo to support me, many thanks ~ 🎉🎉
1821

0 commit comments

Comments
 (0)