java-romp / jromp

Java Runtime implementation of OpenMP.
https://java-romp.github.io/jromp/
MIT License
5 stars 0 forks source link

feat: add support for `atomic` construct #18

Closed scastd closed 1 month ago

scastd commented 1 month ago

โ“ Type of change

๐Ÿ“š Description, Motivation and Context

Resolves #9.

๐Ÿงช How Has This Been Tested?

Added tests for all operations and changed a few test cases around.

๐Ÿ“ Checklist