Tags: Python-for-HPC/PyOMP
Tags
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
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
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