java-romp / jromp

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

Create `ReductionOperations` to create them with explicit type instead of using an enum with raw types #53

Closed scastd closed 2 weeks ago

scastd commented 2 weeks ago

Describe the feature

Replace the Operation enum with the reduction operations with raw types and create a new class that has the responsibility of creating these operations in methods with types.

Additional information

Final checks