Skip to content

Commit 0f123d1

Browse files
authored
[Refactor][4/N] CUDA Learn Notes refactor Part-4 (#12)
1 parent cc287b1 commit 0f123d1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
|[[LLM推理优化][Weight Only]📖WINT8/4-(02): 快速反量化之INT8转BF16](https://zhuanlan.zhihu.com/p/657073159)|@DefTruth|
3737
|[[LLM推理优化][Weight Only]📖WINT8/4-(03): LOP3指令详解及INT4转FP16/BF16](https://zhuanlan.zhihu.com/p/657073857)|@DefTruth|
3838
|[[LLM推理优化][LLM Infra整理]📖100+篇: 大模型推理各方向新发展整理](https://zhuanlan.zhihu.com/p/693680304)|@DefTruth|
39-
|[[LLM推理优化][LLM Infra整理]📖30+篇: LLM推理论文集-500页PDF💡](https://zhuanlan.zhihu.com/p/669777159)|@DefTruth|
39+
|[[LLM推理优化][LLM Infra整理]📖30+篇: LLM推理论文集-500页PDF](https://zhuanlan.zhihu.com/p/669777159)|@DefTruth|
4040
|[[LLM推理优化][LLM Infra整理]📖FlashDecoding++: 比FlashDecoding还要快!](https://zhuanlan.zhihu.com/p/665022589)|@DefTruth|
4141
|[[LLM推理优化][LLM Infra整理]📖TensorRT-LLM开源,TensorRT 9.1也来了](https://zhuanlan.zhihu.com/p/662361469)|@DefTruth|
42-
|[[LLM推理优化][LLM Infra整理]📖20+篇: LLM推理论文集-300页PDF💡](https://zhuanlan.zhihu.com/p/658091768)|@DefTruth|
42+
|[[LLM推理优化][LLM Infra整理]📖20+篇: LLM推理论文集-300页PDF](https://zhuanlan.zhihu.com/p/658091768)|@DefTruth|
4343
|[[LLM推理优化][LLM Infra整理]📖PagedAttention论文新鲜出炉](https://zhuanlan.zhihu.com/p/617015570)|@DefTruth|
4444

4545

@@ -48,7 +48,7 @@
4848
|📖 类型-标题|📖 作者|
4949
|:---|:---|
5050
| [[推理部署][CV/NLP]📖FastDeploy三行代码搞定150+ CV、NLP模型部署](https://zhuanlan.zhihu.com/p/581326442)|@DefTruth|
51-
| [[推理部署][CV]📖如何在lite.ai.toolkit(3.6k+🔥stars)中增加您的模型?](https://zhuanlan.zhihu.com/p/523876625)|@DefTruth|
51+
| [[推理部署][CV]📖如何在lite.ai.toolkit(3.6k+ stars)中增加您的模型?](https://zhuanlan.zhihu.com/p/523876625)|@DefTruth|
5252
| [[推理部署][CV]📖美团 YOLOv6 ORT/MNN/TNN/NCNN C++推理部署](https://zhuanlan.zhihu.com/p/533643238)|@DefTruth|
5353
| [[推理部署][ONNX]📖ONNX推理加速技术文档-杂记](https://zhuanlan.zhihu.com/p/524023964)|@DefTruth|
5454
| [[推理部署][TensorFlow]📖Mac源码编译TensorFlow C++指北](https://zhuanlan.zhihu.com/p/524013615)|@DefTruth|
@@ -222,8 +222,8 @@
222222
## ©️License
223223
GNU General Public License v3.0
224224

225-
## 🎉Contribute
226-
🌟如果觉得有用,不妨给个🌟👆🏻Star支持一下吧~
225+
## Contribute
226+
如果觉得有用,不妨给个🌟👆🏻Star支持一下吧~
227227

228228
<div align='center'>
229229
<a href="https://star-history.com/#DefTruth/CUDA-Learn-Notes&Date">
@@ -243,5 +243,6 @@ GNU General Public License v3.0
243243
- [tiny-flash-attention](https://github.com/66RING/tiny-flash-attention)
244244
- [cute-gemm](https://github.com/reed-lau/cute-gemm)
245245
- [cutlass_flash_atten_fp8](https://github.com/weishengying/cutlass_flash_atten_fp8)
246+
- [cuda_learning](https://github.com/ifromeast/cuda_learning)
246247

247248
</details>

0 commit comments

Comments
 (0)