Intro-ops/course
FrRay 9db686ad2d docs: add Mermaid diagrams, Jupyter Notebooks, and course scripts
- docs/diagrams/: 4 Mermaid diagrams (grid-stride loop, thread grid, tree reduction, softmax pipeline)
- notebooks/: 6 Jupyter Notebooks (env setup, copy, vector_add, reduce_sum, softmax, benchmark)
- course/scripts/: 5 course scripts (framework + 4 operators, 5+10+3+2 format)
- fix: JSON encoding in notebooks (BOM removal, Chinese quotation marks)
- fix: troubleshooting.md softmax code example and tilelang-vs-cuda.md template declaration
2026-06-05 15:15:54 +08:00
..
scripts docs: add Mermaid diagrams, Jupyter Notebooks, and course scripts 2026-06-05 15:15:54 +08:00
README.md docs: streamline README and guides 2026-05-13 16:17:32 +08:00
checklist.md docs: add community infrastructure — glossary, FAQ, troubleshooting, learning path, PR guide, issue/PR templates, TileLang vs CUDA comparison, English phase1 guide 2026-06-05 12:35:56 +08:00

README.md

课程资料

本目录用于存放训练营课件和学习记录。

目录用途

  • 课件、讲义、slides
  • 个人学习笔记
  • 实验记录和性能分析报告

建议组织方式

course/
  slides/           # 课件
  notes/            # 学习笔记
  reports/          # 实验报告