We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0163b39 commit b38c38dCopy full SHA for b38c38d
README.md
@@ -1,5 +1,5 @@
1
# 1.CUDA-Programming-for-Python
2
-这些代码原是为樊哲勇老师的书籍<<CUDA-Programming编程>>编写的示例代码。为了让CUDA初学者在python中更好的使用CUDA,本代码库应用了[pycuda](https://mathema.tician.de/software/pycuda/)模块,构建了与书中使用C++编写的功能上一致的例子。
+这些代码原是为樊哲勇老师的书籍<<CUDA-Programming编程>>编写的示例代码。为了让CUDA初学者在python中更好的使用CUDA,本代码库应用了[pycuda](https://mathema.tician.de/software/pycuda/)模块,构建了与书中使用C++编写的功能上一致的例子。其书籍中的源代码仓库为[CUDA-Programming](https://github.com/brucefan1983/CUDA-Programming)
3
4
# 2.pyCUDA speeds up your python code
5
由于一些原因<<CUDA-Programming编程>>书籍内容将不再包含pycuda的内容。相关pycuda的教程将发布在我的知乎专栏[pyCUDA加速你的python代码](https://zhuanlan.zhihu.com/c_1225467129270927360)。
0 commit comments