-
Book Overview & Buying
-
Table Of Contents
GPU-Accelerated Computing with Python 3 and CUDA
By :
We require a system equipped with an Nvidia GPU that has at least 10 GB of memory. The necessary packages Numba and NVIDIA Nsight Compute will be used in this chapter. We'll use Pixi as a dependency management tool that installs these packages. To set up the environment, simply run pixi install in the root directory of the book's GitHub repository. This will ensure that all dependencies are installed. Once the installation is complete, you can activate the environment using pixi shell.
Then run the following:
jupyter-pixi run jupyter-lab
This will start JupyterLab, a browser-based environment to run Jupyter notebooks.
The chapter's code is available on GitHub and can be accessed via this link: https://github.com/PacktPublishing/GPU-Accelerated-Computing-with-Python-3-and-CUDA. We recommend cloning the repository and following the instructions in the README file to get started building the environment.