Numba Meeting June 6 2023: Presentation on Numba-MLIR

On June 6, Ivan Butygin will represent his work on Numba-MLIR: GitHub - numba/numba-mlir: POC work on MLIR backend

Here’s a description of numba-mlir from the project README:

The goal of this project is to provide efficient code generation for CPUs and GPUs using Multi-Level Intermediate Representation (MLIR) infrastructure. It uses Numba infrastructure as a frontend but have completely separate codepaths through MLIR infrastructure for low level code generation.

Abstract: TBD

2 Likes

Recording of the presentation: Numba Dev Meeting 2023-06-06: Numba-MLIR by Ivan Butygin - YouTube

Here’s the slides from the presentation:
numba-mlir-1.pdf (242.2 KB)