@@ -13,14 +13,17 @@ compiler based on LLVM, which is competitive with equivalent C/C++ implementatio
1313
1414PyOMP is developed and distributed as an * extension* to Numba, so it uses
1515Numba 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+
1922Installation is possible through ` pip ` or ` conda ` , detailed in the next section.
2023
2124As PyOMP builds on top of the LLVM OpenMP infrastructure, it also inherits its
2225limitations: 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
3841conda 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+
4150Besides a standard installation, we also provide the following options to
4251quickly try out PyOMP online or through a container.
4352
0 commit comments