computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 8 forks source link

Implement `Schedule.Runtime` #13

Closed computablee closed 1 year ago

computablee commented 1 year ago

It would be nice to have a Schedule.Runtime implemented. Shouldn't be too difficult, just need some modifications to OpenMP.Parallel.FixArgs and the callers to that function (For, ForReduction), as well as the Schedule enum.

computablee commented 1 year ago

This issue is addressed in #20, closing.