Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
从 PyCUDA 开始并不能消除了解 CUDA 如何工作以及如何对 GPU 进行编程的需要。实际上,您可能需要按照以下顺序执行以下所有操作:
那么 PyCUDA 将变得完全不言而喻。我花了大约一个小时来消化 PyCUDA,因为我已经知道如何编写可工作的 CUDA 代码并大量使用 Python 和 numpy。
Starting with PyCUDA doesn't eliminate the need to understand how CUDA works and how to program the GPU. Realistically you probably need to do all of the following, and in this order:
Then PyCUDA will become completely self evident. It took me about an hour to digest PyCUDA coming from a background of already knowing how to write working CUDA code and working a lot with Python and numpy.