Skip to content

Latest commit

 

History

History

week14_gpu_comp_python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SDSC HPC/CI Training Series 2022

WEEK 4: 05/06/22

Topic: GPU Computing with Python (Numba, CuPy, and RAPIDS)

GPU Computing with Python

Presented By: Kristopher Keipert, NVIDIA & Zoe Ryan, NVIDIA

Description: In this workshop, you'll get hands-on experience accelerating Python codes with NVIDIA GPUs. We will utilize code samples in three main categories to introduce you to Python GPU accelerated computing. First, we will next explore drop-in replacements for SciPy and NumPy code through the CuPy library. Next, we will cover NVIDIA RAPIDS, which has end-to-end accelerated data science workloads. We will conclude by working with Numba which gives you the flexibility to write custom accelerated code without leaving the Python language. By the end of the workshop, you'll have the skills to start accelerating your own Python codes with NVIDIA GPUs!

READING AND PRESENTATIONS:

TASKS:

Task 1

Task 1 description

Task 2

Task 2 description

Back to Top


### Note: Reporting your work: If you are interested in getting CCR credit, or a certificate, we will track your work using automated scripts. You will need to name the directories and permissions as described in the ``reporting_your_work.md`` document.

For questions or comments, contact Mary Thomas @ mpthomas at ucsd.edu

Back to Top