Choose timezone
Your profile timezone:
Python is the most popular programming language in use today, and it looks like Python usage will keep growing into the foreseeable future. Old-time HPC programmers (like me) need to get past our attitude that to do HPC, Python programmers must learn C/C++ and/or Fortran. We must find ways for people to write HPC code using Python.
In this webinar, we will present PyOMP. It uses the Numba just intime compiler to embed the most popular parallel programming language (OpenMP) into Python. PyOMP works for both CPUs and GPUs and supports true heterogeneous programming. To learn more, check out our github repository (https://github.com/Python-for-HPC/PyOMP) … or better yet … attend this webinar on PyOMP.