Dec 5th talk "Numba-dpex: A portable accelerator programming extension for Numba."

The following talk is scheduled for 12/5/2023 during the public meeting:

Numba-dpex: A portable accelerator programming extension for Numba.

The Intel Python engineering team is working on a portable accelerator programming extension for Numba (numba-dpex) that will support different types of devices: discrete and integrated GPUs from different hardware vendors, multi-core CPUs, and possibly other types of devices such as FPGAs. In the talk, engineers from Intel will present an overview of the numba-dpex package and go over the architecture of the extension and some of the implementation details. The key aspects of numba-dpex that will be discussed are:

  • A generic kernel programming API that is modeled on the SYCL [1] language.
  • A programming model for device selection and kernel dispatch based on the Python Array API standard [2].
  • An implementation specification for pluggable backends for the kernel programming API using Numba’s “target-specific overload” feature.

Note: Target-specific overloads allow defining multiple implementations of a function each decorated with Numba’s “overload” decorator with the “target” keyword assigned to a specific code generation target context. Based on interest and time availability, other features that are already available in or planned in numba-dpex can also be covered.

[1] https://www.khronos.org/sycl/
[2] Python array API standard — Python array API standard 2022.12 documentation

If you missed the live presentation, the recording is available at https://youtu.be/DlU1TkrPtRQ.
Slides:
numba-dpex_numba_public_meeting_12052023.pdf (288.8 KB)

1 Like