2025-08-09
Improvements and bug fixes for OpenMP support in LFortran.
2025-08-02
Extended C-backend for dumping CUDA equivalent code of Openmp Target Constructs.
2025-07-26
Extended C-backend for dumping OpenMp Target Offloading constructs.
2025-07-19
Exploration of OpenMP target offloading for GPU execution.
2025-07-12
Implementation of different Scheduling modes.
2025-07-05
Foundational Implementation for hierarchical parallelism via TEAMS construct.
2025-06-28
Improved TASK construct with shared variables and added TASKWAIT.
2025-06-21
Implementation of BARRIER, CRITICAL constructs along with Variable access fix.
2025-06-14
Implemention via GOMP calls.
2025-06-06
Decoupling of DonconcurrentLoop from Openmp Pragmas, processing with newer design.
2025-05-31
Represent SECTIONS construct with new design.
2025-05-24
Discussions and Proposal for new design :- The OMPRegion ASR Node.