- Hands-On GPU Programming with Python and CUDA
- Dr. Brian Tuomanen
- 172字
- 2021-06-10 19:25:31
Who this book is for
This book is aimed at one person in particular—that is, myself in the year 2014, when I was trying to develop a GPU-based simulation for my doctoral studies in math. I was poring over multiple books and manuals on GPU programming, trying to make the slightest sense of the field; most texts seemed happy to throw an endless parade of hardware schematics and buzzwords at the reader on every page, while the actual programming took a back seat.
This book is primarily aimed at those who want to actually do GPU programming, but without getting bogged down with gritty technical details and hardware schematics. We will program the GPU in proper C/C++ (CUDA C) in this text, but we will write it inline within Python code by way of the PyCUDA module. PyCUDA allows us to only write the necessary low-level GPU code that we need, while it automatically handles all of the redundancies of compiling, linking, and launching code onto a GPU for us.
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 電腦組裝與系統安裝
- Linux網絡管理與配置(第2版)
- Mastering vRealize Operations Manager(Second Edition)
- 每天5分鐘玩轉Kubernetes
- PLC控制程序精編108例
- 玩到極致 iPhone 4S完全攻略
- 新手易學:系統安裝與重裝
- Ganglia系統監控
- AutoCAD 2014中文版從入門到精通
- Kali Linux 2018:Windows Penetration Testing
- Linux命令行大全(第2版)
- jQuery UI Cookbook
- 深入淺出Node.js
- Learn CUDA Programming