Skip to content

Files

Latest commit

 

History

History

numba

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Numba

Numba can be used to compile Python code to run on GPUs. This directory has code samples to illustrate this.

What is it?

  1. environment.yml: conda environment file specifying all dependencies required to run the code.
  2. numba.ipynb: Jupyter notebook illustrating how to use Numba to compile Python code to run on GPUs. It illustrates the typical pitfalls for GPU programming (e.g., memory access patterns), and how to avoid them.