# CUDA-Programming-with-Python **Repository Path**: djboy1021/CUDA-Programming-with-Python ## Basic Information - **Project Name**: CUDA-Programming-with-Python - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-12 - **Last Updated**: 2023-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一.CUDA-Programming-for-Python 这些代码原是为樊哲勇老师的书籍<>编写的示例代码。为了让CUDA初学者在python中更好的使用CUDA,本代码库应用了[pycuda](https://mathema.tician.de/software/pycuda/)模块,构建了与书中使用C++编写的功能上一致的例子。书籍<>中的源代码仓库为[CUDA-Programming](https://github.com/brucefan1983/CUDA-Programming)。 # 二.pyCUDA speeds up your python code 由于一些原因<>书籍内容将不再包含pycuda的内容。相关pycuda的教程将发布在我的知乎专栏[pyCUDA加速你的python代码](https://zhuanlan.zhihu.com/c_1225467129270927360)。 # 运行环境要求 1. 适用CUDA的显卡 2. cuda 10.1,并已经配置好环境变量 3. python3.7 64位 4. numpy模块 (安装方法:pip install numpy) 5. pycuda模块 (安装方法:pip install pycuda) 6. skcuda模块 (安装方法:pip install scikit-cuda)