{"id":13439468,"url":"https://github.com/Tony-Tan/CUDA_Freshman","last_synced_at":"2025-03-20T08:31:13.061Z","repository":{"id":38360863,"uuid":"118449458","full_name":"Tony-Tan/CUDA_Freshman","owner":"Tony-Tan","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-16T06:14:23.000Z","size":148,"stargazers_count":2146,"open_issues_count":10,"forks_count":432,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-15T01:41:05.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Cuda","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/Tony-Tan.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-22T11:39:53.000Z","updated_at":"2024-10-14T23:51:26.000Z","dependencies_parsed_at":"2023-11-14T02:38:47.653Z","dependency_job_id":"62a8e234-765a-433f-bdb8-b0e94df525ee","html_url":"https://github.com/Tony-Tan/CUDA_Freshman","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/Tony-Tan%2FCUDA_Freshman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Tan%2FCUDA_Freshman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Tan%2FCUDA_Freshman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Tan%2FCUDA_Freshman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tony-Tan","download_url":"https://codeload.github.com/Tony-Tan/CUDA_Freshman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221739721,"owners_count":16872775,"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-07-31T03:01:14.165Z","updated_at":"2024-10-27T22:30:59.586Z","avatar_url":"https://github.com/Tony-Tan.png","language":"Cuda","funding_links":[],"categories":["Cuda","深度学习大类"],"sub_categories":["MLSYS"],"readme":"\n## 联系我\n![](./IMG_9066.JPG)\n## 博客\n具体内容可以访问博客：\n- [0.0 腾讯云CUDA环境搭建](http://www.face2ai.com/CUDA-F-0-0-Tencent-GPU-Cloud/)\n- [1.0 并行计算与计算机架构](http://www.face2ai.com/CUDA-F-1-0-并行计算与计算机架构/)\n- [1.1 异构计算与CUDA](http://www.face2ai.com/CUDA-F-1-1-异构计算-CUDA/)\n- [2.0 CUDA编程模型概述(一)](http://www.face2ai.com/CUDA-F-2-0-CUDA编程模型概述1/)\n- [2.1 CUDA编程模型概述(二)](http://www.face2ai.com/CUDA-F-2-1-CUDA编程模型概述2/)\n- [2.2 给核函数计时](http://www.face2ai.com/CUDA-F-2-2-核函数计时/)\n- [2.3 组织并行线程](http://www.face2ai.com/CUDA-F-2-3-组织并行线程/)\n- [2.4 设备信息查询](http://www.face2ai.com/CUDA-F-2-4-设备信息/)\n- [3.1 CUDA执行模型概述](http://www.face2ai.com/CUDA-F-3-1-CUDA执行模型概述/)\n- [3.2 理解线程束执行的本质（Part I）](http://www.face2ai.com/CUDA-F-3-2-理解线程束执行的本质-P1/)\n- [3.2 理解线程束执行的本质（Part II）](http://www.face2ai.com/CUDA-F-3-2-理解线程束执行的本质-P2/)\n- [3.3 并行性表现](http://www.face2ai.com/CUDA-F-3-3-并行性表现/)\n- [3.4 避免分支分化](http://www.face2ai.com/CUDA-F-3-4-避免分支分化/)\n- [3.5 循环展开](http://www.face2ai.com/CUDA-F-3-5-展开循环/)\n- [3.6 动态并行](http://www.face2ai.com/CUDA-F-3-6-动态并行/)\n- [4.0 全局内存](http://www.face2ai.com/CUDA-F-4-0-全局内存/)\n- [4.1 内存模型概述](http://www.face2ai.com/CUDA-F-4-1-内存模型概述/)\n- [4.2 内存管理](http://www.face2ai.com/CUDA-F-4-2-内存管理/)\n- [4.3 内存访问模式](http://www.face2ai.com/CUDA-F-4-3-内存访问模式/)\n- [4.4 核函数可达到的带宽](http://www.face2ai.com/CUDA-F-4-4-核函数可达到的带宽/)\n- [4.5 使用统一内存的向量加法](http://www.face2ai.com/CUDA-F-4-5-使用统一内存的向量加法/)\n- [5.0 共享内存和常量内存](http://www.face2ai.com/CUDA-F-5-0-共享内存和常量内存/)\n- [5.1 CUDA共享内存概述](http://www.face2ai.com/CUDA-F-5-1-CUDA共享内存概述/)\n- [5.2 共享内存的数据布局](http://www.face2ai.com/CUDA-F-5-2-共享内存的数据布局/)\n- [5.3 减少全局内存访问](http://www.face2ai.com/CUDA-F-5-3-减少全局内存访问/)\n- [5.4 合并的全局内存访问](http://www.face2ai.com/CUDA-F-5-4-合并的全局内存访问/)\n- [5.5 常量内存](http://www.face2ai.com/CUDA-F-5-5-常量内存/)\n- [5.6 线程束洗牌指令](http://www.face2ai.com/CUDA-F-5-6-线程束洗牌指令/)\n- [6.0 流和并发](http://www.face2ai.com/CUDA-F-6-0-流和并发/)\n- [6.1 流和事件概述](http://www.face2ai.com/CUDA-F-6-1-流和事件概述/)\n- [6.2 并发内核执行](http://www.face2ai.com/CUDA-F-6-2-并发内核执行/)\n- [6.3 重叠内核执行和数据传输](http://www.face2ai.com/CUDA-F-6-3-重叠内核执行和数据传输/)\n- [6.4 重叠GPU和CPU的执行](http://www.face2ai.com/CUDA-F-6-4-重叠GPU和CPU的执行/)\n- [6.5 流回调](http://www.face2ai.com/CUDA-F-6-5-流回调/)\n\n\n## CUDA Freshman\n1. This project is a set of CUDA programs\n2. Some of them are from the book \"Professional CUDA C Programming\"\n3. The others are coded by myself\n4. You can get more details from the website [www.face2ai.com](http://www.face2ai.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTony-Tan%2FCUDA_Freshman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTony-Tan%2FCUDA_Freshman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTony-Tan%2FCUDA_Freshman/lists"}