Skip to content

Commit 43fbca8

Browse files
committed
Add compatibility matrix in README
1 parent d3ae8f0 commit 43fbca8

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ compiler based on LLVM, which is competitive with equivalent C/C++ implementatio
1313

1414
PyOMP is developed and distributed as an *extension* to Numba, so it uses
1515
Numba as a dependency.
16-
It is currently tested with Numba versions 0.57.x, 0.58.x, 0.59.x, 0.60.x on the
17-
following architecture and operating system combinations: linux-64 (x86_64),
18-
osx-arm64 (mac), linux-arm64, and linux-ppc64le.
16+
It is currently tested with several Numba versions on the following
17+
architecture and operating system combinations: linux-64 (x86_64), osx-arm64
18+
(mac), and linux-arm64.
19+
The [compatibility matrix](#compatibility-matrix) with Numba versions records
20+
the possible combinations.
21+
1922
Installation is possible through `pip` or `conda`, detailed in the next section.
2023

2124
As PyOMP builds on top of the LLVM OpenMP infrastructure, it also inherits its
2225
limitations: GPU support is only available on Linux.
23-
Also, PyOMP currently supports only NVIDIA GPUs with AMD GPU support planned for.
26+
Also, PyOMP currently supports only NVIDIA GPUs with AMD GPU support in development.
2427

2528
## Installation
2629

@@ -38,6 +41,12 @@ PyOMP is also distributed through Conda, installable using the following command
3841
conda install -c python-for-hpc -c conda-forge pyomp
3942
```
4043

44+
### Compatibility matrix
45+
46+
| PyOMP | Numba |
47+
| ----- | --------------- |
48+
| 0.3.x | 0.57.x - 0.61.x |
49+
4150
Besides a standard installation, we also provide the following options to
4251
quickly try out PyOMP online or through a container.
4352

0 commit comments

Comments
 (0)