Numba v2 Compiler Design
¶
This book describes the compiler design of the next generation Numba compiler. This compiler and its components are extremely experimental and under rapid development. If you have questions, raise an issue on the GitHub repository.
Chapters¶
- Chapter 1 - Basic Compiler Design
- Chapter 2 - EGraph Basics
- Chapter 3 - Rewriting Programs with EGraphs
- Chapter 4 - Scalar Type Inference with EGraphs
- Chapter 5 - Array Type Inference with EGraphs
- Chapter 6 - MLIR Backend for Scalar Functions
- Chapter 7 - MLIR Backend for Array Functions
- Chapter 8 - MLIR Backend for Array Offload to the GPU
- Chapter 9 - Whole Program Compiler Driver
- Chapter 10 - Tensor Graph Extraction
- Chapter 11 - Tensor Optimization
- Chapter 12 - Implementing Alternative GEMMS