{"id":13809591,"url":"https://github.com/HeKun-NVIDIA/CUDA-Programming-Guide-in-Chinese","last_synced_at":"2025-05-14T08:33:02.478Z","repository":{"id":40546712,"uuid":"475550986","full_name":"HeKun-NVIDIA/CUDA-Programming-Guide-in-Chinese","owner":"HeKun-NVIDIA","description":"This is a Chinese translation of the CUDA programming guide","archived":false,"fork":false,"pushed_at":"2024-11-13T04:27:33.000Z","size":3825,"stargazers_count":1267,"open_issues_count":0,"forks_count":202,"subscribers_count":37,"default_branch":"main","last_synced_at":"2024-11-13T05:24:56.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeKun-NVIDIA.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-29T17:32:25.000Z","updated_at":"2024-11-13T04:27:38.000Z","dependencies_parsed_at":"2023-02-04T07:01:06.337Z","dependency_job_id":null,"html_url":"https://github.com/HeKun-NVIDIA/CUDA-Programming-Guide-in-Chinese","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeKun-NVIDIA","download_url":"https://codeload.github.com/HeKun-NVIDIA/CUDA-Programming-Guide-in-Chinese/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254104886,"owners_count":22015558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T02:00:31.894Z","updated_at":"2025-05-14T08:32:57.467Z","avatar_url":"https://github.com/HeKun-NVIDIA.png","language":null,"funding_links":[],"categories":["深度学习大类","Learning Resources"],"sub_categories":["MLSYS"],"readme":"# CUDA 编程手册\n#### 本项目为 CUDA C Programming Guide 的中文翻译版。\n\n#### 本文在 [原有项目](https://github.com/HeKun-NVIDIA/CUDA-Programming-Guide-in-Chinese) 的基础上进行了细致校对，修正了语法和关键术语的错误，调整了语序结构并完善了内容。\n\n### 结构目录：\n\n其中 √ 表示已经完成校对的部分。\n\n- [x] 第一章 [CUDA简介](第1章CUDA简介/第一章-CUDA简介.md)\n\n- [x] 第二章 [CUDA编程模型概述](第2章CUDA编程模型概述/第二章CUDA编程模型概述.md)\n- [x] 第三章 [CUDA编程模型接口](第3章编程接口/第三章编程接口.md)\n- [x] 第四章 [硬件的实现](第4章硬件实现/第四章硬件实现.md)\n- [x] 第五章 [性能指南](第5章性能指南/第五章性能指南.md)\n- [x] 附录A  [支持CUDA的设备列表](附录A支持GPU设备列表/附录A支持GPU设备列表.md)\n- [ ] 附录B  [对C++扩展的详细描述](附录B对C++扩展的详细描述/附录B对C++语言扩展的详细描述.md)\n- [ ] 附录C  [描述了各种 CUDA 线程组的同步原语](附录C协作组/附录C协作组.md)\n- [ ] 附录D  [讲述如何在一个内核中启动或同步另一个内核](附录D-CUDA动态并行/附录D-CUDA动态并行.md)\n- [ ] 附录E  [讲述如何安排存储空间的分配和回收](附录E虚拟内存管理/附录E虚拟内存管理.md)\n- [ ] 附录F  [描述了应用程序如何对内存分配和释放进行排序](附录F流序内存分配/附录F流序内存分配.md)\n- [ ] 附录G  [讲述图如何创建和分配存储空间](附录G图内存结点/附录G图内存结点.md)\n- [ ] 附录H  [介绍录CUDA中支持的数学方法](附录H数学方法/附录H数学方法.md)\n- [ ] 附录I  [介绍了内核中支持的C++特性](附录I_C++语言支持/附录I_C++语言支持.md)\n- [ ] 附录J  [介绍了纹理获取的细节](附录J纹理获取/附录J纹理获取.md)\n- [ ] 附录K  [介绍了各种设备的技术规格以及架构细节](附录K_CUDA计算能力/附录K_CUDA计算能力.md)\n- [ ] 附录L  [介绍了底层的驱动API](附录L_CUDA底层驱动API/附录L_CUDA底层驱动API.md)\n- [ ] 附录M  [列举了所有的CUDA环境变量](附录M_CUDA环境变量/附录M_CUDA环境变量.md)\n- [ ] 附录N  [介绍了统一内存编程模型](附录N_CUDA的统一内存/附录N_CUDA的统一内存.md)\n\n\nBased QingChuanWS\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHeKun-NVIDIA%2FCUDA-Programming-Guide-in-Chinese/lists"}