java-romp / jromp

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

refactor: reduction operations use general ones #20

Closed scastd closed 1 month ago

scastd commented 1 month ago

โ“ Type of change

๐Ÿ“š Description, Motivation and Context

Resolves #19.

๐Ÿงช How Has This Been Tested?

Added more tests and checked previous ones. All ran successfully.

๐Ÿ“ Checklist