Skip to content

More flexible task parallelism

rarbore2 requested to merge asynccall into main
  • Added AsyncCall schedule.
  • Lower calls w/ AsyncCall schedule to task spawns in RT backend.
    • This gives us more flexible task parallelism, as "any" code can be outlined into a callee, rather than just fork-join nests.
  • Lower DynamicConstant node in RT backend.

Merge request reports

Loading