# cuda-learn **Repository Path**: cui-rongpei/cuda-learn ## Basic Information - **Project Name**: cuda-learn - **Description**: cuda从入门到入土 - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2024-05-03 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cuda-learn cuda从入门到入土,旨在打造全网最全cuda学习资源、路线、讲解、实战项目! ## TODO 大佬们的博客 - [Exercises 3](https://developer.nvidia.com/blog/even-easier-introduction-cuda/) threadIdx.y或threadIdx.z如何让他们采取0以外的值 英伟达官方文档 - [Programming Guide](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html) - [CUDA C++ Best Practices Guide](https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/index.html) ## DONE - [001 An Even Easier Introduction to CUDA(√)](https://developer.nvidia.com/blog/even-easier-introduction-cuda/) - [002 How to Implement Performance Metrics in CUDA C/C++(√)](https://developer.nvidia.com/blog/how-implement-performance-metrics-cuda-cc/) - [003 How to Query Device Properties and Handle Errors in CUDA C/C++](https://developer.nvidia.com/blog/how-query-device-properties-and-handle-errors-cuda-cc/) - [004 How to Optimize Data Transfers in CUDA C/C++](https://developer.nvidia.com/blog/how-optimize-data-transfers-cuda-cc/) - [005 How to Overlap Data Transfers in CUDA C/C++](https://developer.nvidia.com/blog/how-overlap-data-transfers-cuda-cc/) - [005加更 CUDA 7 流简化并发](https://developer.nvidia.com/blog/gpu-pro-tip-cuda-7-streams-simplify-concurrency/)