8000 Tags · Python-for-HPC/PyOMP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Python-for-HPC/PyOMP

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.2.0 (#18)

* Make pyomp a standalone module with numba and llvmlite as dependencies

* Refactor and update python packaging

- Move nrt static and the llvm plugin pass under libs subdirectory
- Rename libbundle to libnrt_static
- Fix setup.py to move build libraries in wheel-used build directory

* Update github workflowsfor conda deployment

- Remove unused commit input
- Add paths on pull_request event

* Update gitlab ci

- Remove need for trigger ([run gitlab ci] to run
- Use per job conda pkgs dir to avoid conflicts with multiple runners
- Clone with full history for versioning in gitlab ci

* Fix map_clause parsing for lark

* Use the compiler driver to create shared lib of host offload targets

- Avoids missing symbols errors that libomptarget host RTL expects

* Update examples and code

* Update README and RTD conf.py

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.4 (#17)

* Release 0.1.4

- Fix conda deployment by disabling anaconda telemetry

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.3 (#16)

- Support non-constant step in parallel for range loops

Closes #12

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.2 (#13)

- Update numbawithopenmp to 296fb858b0a6800323e9b46b027c32636ecc80c7
  - Support slicing for target mappings
  - Support code caching for CPU, GPU regions
- Fix OpenMP CUDA RTL bug #10
- Fix README

Closes #10

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.1.1 (#8)

- Update llvmlite ce7b659c6a62aa4466d6b3894573f9900f8a1451
- Update numba e86d15701de24f66b1da3fd9015208d25ea26d81
- Cleanup build workflow and the pi example code
- Ensure gitlab trigger phrase is in brackets
- Use directly conda build instead of 3rd party action

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add llvm-openmp-dev package and update ci (#5)

- Add llvm-openmp-dev package to replace llvmdev
- Add github ci for test label on PR
- Add github ci for main label on release
- Add glitlab ci for ppc64 deployment
- Update conda recipes for llvmlite, numba, pyomp
- Remove submodules
- Remove local buildscripts
0