Moving Forward
In this last part we learn about more advanced levels of optimization and about how to use multiple GPUs on the same machine. Then we explore how to create and expose code as a library to Python, before concluding with an overview of the CUDA ecosystem of existing libraries that can help accelerate our development activities.
This part of the book includes the following chapters:
- Chapter 8, Overlaying Multiple Operations
- Chapter 9, Exposing Your Code to Python
- Chapter 10, Exploring Existing GPU Models