Session 3 Tensor Core
课前阅读
- https://docs.nvidia.com/cuda/parallel-thread-execution/#warp-level-matrix-instructions-mma 只需要看m16n8k16 那一节,重点是 A 和 B 的 fragment 布局
- https://docs.nvidia.com/cuda/cuda-c-programming-guide/#shared-memory 复习 bank 的划分和 conflict 的成因
- DeepSeek-V3 Technical Report,只读 FP8 训练小节
