-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (17 loc) · 708 Bytes
/
README
File metadata and controls
22 lines (17 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Professional CUDA C Programming
===============================
Included here are the code files for any samples used in the chapters as
illustrative examples.
Each chapter has its own code folder that includes the sample .c and .cu files
for that chapter. The per-chapter folders each also include a Makefile that can
be used to build the samples included.
The common/ directory contains common.h, which includes code that is common to
multiple chapters.
Versions
===============================
June 14, 2015
- Fix bugs in reduction and transpose examples.
- Compile with -arch=sm_20 instead of the newer -arch=sm_30.
- Immediately exit on error.
January 16, 2015
- First version of all code samples.