|
7 | 7 | <div align='center'> |
8 | 8 | <img src=https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg > |
9 | 9 | <img src=https://img.shields.io/badge/Language-CUDA-brightgreen.svg > |
10 | | - <img src=https://img.shields.io/github/watchers/xlite-dev/CUDA-Learn-Notes?color=9cc > |
11 | | - <img src=https://img.shields.io/github/forks/xlite-dev/CUDA-Learn-Notes.svg?style=social > |
12 | | - <img src=https://img.shields.io/github/stars/xlite-dev/CUDA-Learn-Notes.svg?style=social > |
| 10 | + <img src=https://img.shields.io/github/watchers/xlite-dev/LeetCUDA?color=9cc > |
| 11 | + <img src=https://img.shields.io/github/forks/xlite-dev/LeetCUDA.svg?style=social > |
| 12 | + <img src=https://img.shields.io/github/stars/xlite-dev/LeetCUDA.svg?style=social > |
13 | 13 | <img src=https://img.shields.io/badge/Release-v3.0.0-brightgreen.svg > |
14 | 14 | <img src=https://img.shields.io/badge/License-GPLv3.0-turquoise.svg > |
15 | 15 | </div> |
@@ -198,10 +198,10 @@ flash_attn_mma_stages_split_q_tiling_qkv_kernel(half* Q, half* K, half* V, half* |
198 | 198 | ## ©️Citations🎉🎉 |
199 | 199 |
|
200 | 200 | ```BibTeX |
201 | | -@misc{CUDA-Learn-Notes@2024, |
202 | | - title={CUDA-Learn-Notes: A Modern CUDA Learn Notes with PyTorch for Beginners}, |
203 | | - url={https://github.com/xlite-dev/CUDA-Learn-Notes}, |
204 | | - note={Open-source software available at https://github.com/xlite-dev/CUDA-Learn-Notes}, |
| 201 | +@misc{LeetCUDA@2024, |
| 202 | + title={LeetCUDA: A Modern CUDA Learn Notes with PyTorch for Beginners}, |
| 203 | + url={https://github.com/xlite-dev/LeetCUDA}, |
| 204 | + note={Open-source software available at https://github.com/xlite-dev/LeetCUDA}, |
205 | 205 | author={xlite-dev etc}, |
206 | 206 | year={2024} |
207 | 207 | } |
@@ -482,7 +482,7 @@ The kernels listed here will guide you through a step-by-step progression, rangi |
482 | 482 | |[[vLLM实践][算子]📚vLLM算子开发流程:”保姆级“详细记录](https://zhuanlan.zhihu.com/p/1892966682634473987)|@xlite-dev|⭐️⭐️⭐| |
483 | 483 | |[[vLLM实践][万字]📚vLLM + DeepSeek-R1 671B 多机部署及修Bug笔记](https://zhuanlan.zhihu.com/p/29950052712)|@xlite-dev|⭐️⭐️⭐| |
484 | 484 | |[[Attention优化]📚FFPA(Split-D): FA2无限HeadDim扩展,2x↑🎉 vs SDPA EA](https://zhuanlan.zhihu.com/p/13975660308)|@xlite-dev|⭐️⭐️⭐️| |
485 | | -|[[CUDA基础][开篇]📖CUDA-Learn-Notes: v3.0 大升级-面试刷题不迷路](https://zhuanlan.zhihu.com/p/19862356369)|@xlite-dev|⭐️⭐️⭐⭐️| |
| 485 | +|[[CUDA基础][开篇]📖LeetCUDA: v3.0 大升级-面试刷题不迷路](https://zhuanlan.zhihu.com/p/19862356369)|@xlite-dev|⭐️⭐️⭐⭐️| |
486 | 486 | |[[分布式训推][张量/序列并行]📖图解DeepSpeed-Ulysses&Megatron-LM TP/SP](https://zhuanlan.zhihu.com/p/5750410146)|@xlite-dev|⭐️⭐️| |
487 | 487 | |[[VLM推理优化][InternVL系列]📖InternLM2/.../InternVL1.5系列笔记: 核心点解析](https://zhuanlan.zhihu.com/p/702481058)|@xlite-dev|⭐️⭐️| |
488 | 488 | |[[LLM推理优化][TensorRT-LLM][5w字]📖TensorRT-LLM部署调优-指北](https://zhuanlan.zhihu.com/p/699333691)|@xlite-dev|⭐️⭐️⭐️| |
@@ -631,14 +631,14 @@ GNU General Public License v3.0 |
631 | 631 |
|
632 | 632 | <div id="contribute"></div> |
633 | 633 |
|
634 | | -How to contribute? Star this repo or check [🌤🌤CONTRIBUTE🎉🎉](https://github.com/xlite-dev/CUDA-Learn-Notes/issues/50). |
| 634 | +How to contribute? Star this repo or check [🌤🌤CONTRIBUTE🎉🎉](https://github.com/xlite-dev/LeetCUDA/issues/50). |
635 | 635 |
|
636 | 636 | <div align='center'> |
637 | | -<a href="https://star-history.com/#xlite-dev/CUDA-Learn-Notes&Date"> |
| 637 | +<a href="https://star-history.com/#xlite-dev/LeetCUDA&Date"> |
638 | 638 | <picture> |
639 | | - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=xlite-dev/CUDA-Learn-Notes&type=Date&theme=dark" /> |
640 | | - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=xlite-dev/CUDA-Learn-Notes&type=Date" /> |
641 | | - <img width=400 height=300 alt="Star History Chart" src="https://api.star-history.com/svg?repos=xlite-dev/CUDA-Learn-Notes&type=Date" /> |
| 639 | + <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=xlite-dev/LeetCUDA&type=Date&theme=dark" /> |
| 640 | + <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=xlite-dev/LeetCUDA&type=Date" /> |
| 641 | + <img width=400 height=300 alt="Star History Chart" src="https://api.star-history.com/svg?repos=xlite-dev/LeetCUDA&type=Date" /> |
642 | 642 | </picture> |
643 | 643 | </a> |
644 | 644 | </div> |
|
0 commit comments