Skip to content

gmarkall/life-of-a-numba-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Life of a Numba Kernel

An overview of the compiler and runtime pipeline that Numba uses to take Python source code, turn it into a CUDA kernel, and launch it. It pulls in a variety of Numba internals to illustrate how the different parts of the pipeline work.

See the notebook Life of a Numba Kernel with output

About

Worked example of the process from Python source to CUDA kernel execution with Numba

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors