# cuda-examples **Repository Path**: ryontang/cuda-examples ## Basic Information - **Project Name**: cuda-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cuda-progamming ## Notes - [Udacity-CS344笔记](./notes/udacity-cs344.md) - [GPU Architecture](./notes/gpu-architecture.md) ## Examples - [Hello](./examples/hello/hello.cu) - [Window Sum](./examples/winsum/winsum.cu) - [Matrix Multiple](./examples/matmul/matmul.cu) - [Reduce](./examples/reduce/reduce_sum.cu) - [Hillis Steele Inclusive SCAN](./examples/scan/hillis_steele_scan.cu) - [Blelloch Exclusive SCAN](./examples/scan/blelloch_scan.cu) - [Histogram](./examples/histogram/histo.cu) - [Merge Sorting]() - [Bitonic Sorting]() - [Matrix Transpose](./examples/transpose/matrix_transpose.cu) - [Sparse Matrix Multiple]() - [N-Body Problem]() - [Graph Breadth First Search]() - [List Randking]() - [Device Management](./examples/device/README.md) - [Cuda Stream](./examples/stream/async_stream.cu) ## Resources * [Udacity CS344: Intro to Parallel Programming](https://github.com/udacity/cs344) * [NVIDIA CUDA C++ 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) * [Professional CUDA C Programming](https://book.douban.com/subject/24773399/):一本面向初中级的教科书,2014年发布。