mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
* Support task-based reductions (wip) * Fix task-based reductions (wip) * Fix local reduction var reference * Fix shared info access * Fix reductions * Add more tests for float reductions * Update test * Update test * Add corner case tests * Add nested par tests * Add barrier to match clang's codegen * Refactor to remove duplicated code * Fix GC root registration via OpenMP patch * Update deps.cmake * Debug * Debug * Update thread registration with GC * Update OpenMP * Update OpenMP to new master