High-Performance Python: CPUs

Date
Apr 26, 2022, 2:00 pm5:00 pm
Location
Online Event

Details

Event Description
This workshop will introduce participants to high performance Python using techniques such as Just In Time (JIT) compilation through Numba. We will look at several problems, and develop solutions using several different techniques, and compare the performance gained by doing so with the (potential) loss in expressivity and clarity.

Learning objectives: Attendees will learn a collection of methods to accelerate Python code without resorting to GPUs, as well as have an idea of the potential drawbacks of requiring the needed libraries.

Knowledge prerequisites: Intermediate Python knowledge (including Numpy).  if you have not used Conda before, Intro to Conda is recommended.

Hardware/software prerequisites: (1) Bring a laptop which can connect to the eduroam wireless network. You will also need to be able to Duo authenticate to use campus resources. (2) Have an SSH client installed on your laptop.  (3) Register for an account on Adroit. This is the cluster we will use for demonstration purposes. Make sure you can SSH to Adroit before the workshop by following this guide. (4) Optional: Have the Anaconda Distribution installed on your laptop to run things locally.

Workshop format: Lecture and hands-on