# README ``` ██████╗ ██████╗ ██╗ ██╗ ██╔════╝ ██╔══██╗██║ ██║ ██║ ███╗██████╔╝██║ ██║ ██║ ██║██╔═══╝ ██║ ██║ ╚██████╔╝██║ ╚██████╔╝ ╚═════╝ ╚═╝ ╚═════╝ ██████╗ ██╗ ██████╗ ███████╗███████╗ █████╗ ██████╗ ██╗ ██╗ ██╔════╝ ██║ ██╔═══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗╚██╗ ██╔╝ ██║ ███╗██║ ██║ ██║███████╗███████╗███████║██████╔╝ ╚████╔╝ ██║ ██║██║ ██║ ██║╚════██║╚════██║██╔══██║██╔══██╗ ╚██╔╝ ╚██████╔╝███████╗╚██████╔╝███████║███████║██║ ██║██║ ██║ ██║ ╚═════╝ ╚══════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ``` 我们编写这个术语表是为了解决在 [Modal](https://modal.com/) 使用 GPU 时遇到的一个问题:相关文档较为分散,难以将不同技术栈层次的概念联系起来,比如[流式多处理器架构 (Streaming Multiprocessor Architecture)](/gpu-glossary/device-hardware/streaming-multiprocessor-architecture)、[计算能力 (Compute Capability)](/gpu-glossary/device-software/compute-capability) 和 [nvcc 编译器标志](/gpu-glossary/host-software/index.rst)。 为此,我们研读了 [NVIDIA 的技术文档](https://docs.nvidia.com/cuda/pdf/PTX_Writers_Guide_To_Interoperability.pdf) ,在 [优质的 Discord 社区](https://discord.gg/gpumode) 中潜水学习,甚至购买了 [纸质教科书](https://www.amazon.com/Professional-CUDA-Programming-John-Cheng/dp/1118739329) ,只为汇编这份涵盖整个技术栈的综合性术语表。 与 PDF、Discord 或书籍不同,本术语表是一个 *超文本文档* ——所有页面都相互链接,因此您可以直接跳转至 [线程束调度器 (Warp Scheduler)](/gpu-glossary/device-hardware/warp-scheduler) 阅读,从而更好地理解在 [CUDA 编程模型](/gpu-glossary/host-software/cuda-c) 文章中遇到的 [线程 (thread)](/gpu-glossary/device-software/thread) 概念。 你也可以按线性顺序阅读。要在页面间导航,可使用方向键、每页底部的箭头或目录(在桌面端显示于侧边栏,在移动端显示于汉堡菜单中)。 本术语表的源代码可在 [GitHub](https://github.com/modal-labs/gpu-glossary) 上获取。 中文翻译仓库 [gpu-glossary-zh](https://github.com/miter6/gpu-glossary-zh)。