Releases: Python-for-HPC/PyOMP
v0.1.4
Versions
llvmlite
Unchanged
Python-for-HPC/llvmliteWithOpenmp@ce7b659
numba
Unchanged
Python-for-HPC/numbaWithOpenmp@f7a481e
What's Changed
-
Release 0.1.4 by @ggeorgakoudis in #17
-
Fix deployment bug (disable anaconda telemetry pkg)
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Versions
llvmlite
Unchanged
Python-for-HPC/llvmliteWithOpenmp@ce7b659
numba
Python-for-HPC/numbaWithOpenmp@f7a481e
- Support non-constant step in parallel for range
Full Changelog: Python-for-HPC/numbaWithOpenmp@296fb85...f7a481e
What's Changed
- Release 0.1.3 by @ggeorgakoudis in #16
- Closed #12
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Versions
llvmlite
Unchanged
Python-for-HPC/llvmliteWithOpenmp@ce7b659
numba
Python-for-HPC/numbaWithOpenmp@296fb85
- Support slicing for target mappings
- Support code caching for CPU, GPU regions
Full Changelog: Python-for-HPC/numbaWithOpenmp@e86d157...296fb85
What's Changed
- Release 0.1.2 by @ggeorgakoudis in #13
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Versions
llvmlite
Python-for-HPC/llvmliteWithOpenmp@ce7b659
- Fix target testing for
device(1)
(CPU backend plugin) - Support combined construct
teams distribute parallel for
- Fix reductions for floating-point, support
mul
reduction
Full Changelog: Python-for-HPC/llvmliteWithOpenmp@d3a96e5...ce7b659
numba
Python-for-HPC/numbaWithOpenmp@e86d157
- Fix target testing for
device(1)
- Support
loop
directive and variants - Support
mul
reduction and add more testing - Fix
collapse
clause
Full Changelog: Python-for-HPC/numbaWithOpenmp@2dca098...e86d157
What's Changed
- Deploy containers and update ci by @ggeorgakoudis in #7
- Release 0.1.1 by @ggeorgakoudis in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Description
First release with CI/CD integrated
Versions
What's Changed
- Initial integrated deployment
- Add llvm-openmp-dev and update CI/CD by @ggeorgakoudis in #5
Full Changelog: https://github.com/Python-for-HPC/PyOMP/commits/v0.1.0