Skip to content

Commit dabd64b

Browse files
committed
prepare for release 1
1 parent b63b5c6 commit dabd64b

File tree

11 files changed

+1
-1639
lines changed

11 files changed

+1
-1639
lines changed

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# `CUDA` 编程:基础与实践》源代码
22

3-
4-
## I am writing a simplified English version (about half size of the Chinese version) of the book:
5-
* [Chapter 1 (**finished**)](https://github.com/brucefan1983/CUDA-Programming/blob/master/src/01-introduction/readme.md)
6-
* [Chapter 2 (**finished**)](https://github.com/brucefan1983/CUDA-Programming/blob/master/src/02-thread-organization/readme.md)
7-
* [Chapter 3 (**finished**)](https://github.com/brucefan1983/CUDA-Programming/blob/master/src/03-basic-framework/readme.md)
8-
* [Chapter 4 (**finished**)](https://github.com/brucefan1983/CUDA-Programming/tree/master/src/04-error-check)
9-
* [Chapter 5 (**finished**)](https://github.com/brucefan1983/CUDA-Programming/tree/master/src/05-prerequisites-for-speedup)
10-
* [Chapter 6 (**on-going**)](https://github.com/brucefan1983/CUDA-Programming/tree/master/src/06-memory)
11-
* [Chapter 7 (**on-going**)](https://github.com/brucefan1983/CUDA-Programming/tree/master/src/07-global-memory)
123
## 相关仓库
134
* 由琪同学正在用 pyCUDA 实现本书中的范例,见如下仓库:
145
https://github.com/YouQixiaowu/CUDA-Programming-with-Python
@@ -167,11 +158,7 @@ https://github.com/YouQixiaowu/CUDA-Programming-with-Python
167158
14.5 cuRAND 库 181
168159
14.5.1 简介 181
169160
14.5.2 例子 182
170-
```
171-
172-
## 第一版勘误
173-
* 欢迎读者找错。找到一个其他人没有报告的错误并说服我改正者,我承诺送您此书第二版一本。
174-
* 前言:“苏州吉浦****科技有限公司”应改为“苏州吉浦****科技有限公司”。
161+
```
175162

176163

177164
## 我的测试系统

src/02-thread-organization/readme.md

-382
This file was deleted.

src/03-basic-framework/readme.md

-192
This file was deleted.

src/04-error-check/readme.md

-121
This file was deleted.

0 commit comments

Comments
 (0)