Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acecoooool/cs344-note
CS344-Note-zh
https://github.com/acecoooool/cs344-note
c cuda gpu
Last synced: 3 months ago
JSON representation
CS344-Note-zh
- Host: GitHub
- URL: https://github.com/acecoooool/cs344-note
- Owner: AceCoooool
- Created: 2018-01-16T10:09:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T10:21:33.000Z (about 7 years ago)
- Last Synced: 2023-10-19T22:54:26.652Z (over 1 year ago)
- Topics: c, cuda, gpu
- Size: 988 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS344-Note
Udacity上面的课程笔记:[Intro to Parallel Programming](https://classroom.udacity.com/courses/cs344)说明:
1. 这些内容可以看做对PPT上的内容的“翻译”(稍微做了一些修改)
## Lesson
1. [The GPU Programming Model](./ch1.md)
2. [GPU Hardware and Parallel Communication Patterns](./ch2.md)
3. [Fundamental GPU Algorithms (Reduce, Scan, Histogram)](./ch3.md)
4. [Fundamental GPU Algorithms (Application of Sort and Scan)](./ch4.md)
5. [Optimizing GPU Programs](./ch5.md)## Homework
1. [homework 1](./hw1.md)
2. [homework 2](./hw2.md)
3. [homework 3](./hw3.md)