11[ ![ Documentation Status] ( https://readthedocs.org/projects/pyomp/badge/?version=latest )] ( https://pyomp.readthedocs.io/en/latest/?badge=latest )
22[ ![ Deploy conda pkgs (main)] ( https://github.com/Python-for-HPC/PyOMP/actions/workflows/build-upload-conda.yml/badge.svg?event=release )] ( https://github.com/Python-for-HPC/PyOMP/actions/workflows/build-upload-conda.yml )
3+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/Python-for-HPC/binder/HEAD )
34
45# PyOMP
56OpenMP for Python in Numba for CPU/GPU parallel programming.
@@ -10,9 +11,9 @@ Since Numba is available for every combination of the past few Python versions
1011and the past few NumPy versions and various operating systems and architectures,
1112there is quite an extensive build infrastructure required to get all these
1213combinations and recently we have sorted out some of these combinations.
13- The architecture and operating system combinations that currently work are,
14+ The architecture and operating system combinations that currently work are:
1415linux-64 (x86_64), osx-arm64 (mac), and linux-ppc64le.
15- These distributions are available with the conda command in the next section.
16+ These distributions are available with the ` conda ` command in the next section.
1617
1718Due to PyOMP using the LLVM OpenMP infrastructure, we also inherit its
1819limitations which means that GPU support is only available on Linux.
@@ -33,7 +34,8 @@ conda install -c python-for-hpc -c conda-forge --override-channels pyomp
3334
3435### Binder
3536You can try it out for free on a multi-core CPU in JupyterLab at the following link:
36- https://mybinder.org/v2/gh/ggeorgakoudis/my-binder.git/HEAD
37+
38+ https://mybinder.org/v2/gh/Python-for-HPC/binder/HEAD
3739
3840### Docker
3941
0 commit comments