Fix parallel code gen in RT backend
- Properly use
Arc<Mutex<_Option<JoinHandle<_, _>>_>>
for task parallel calls.- Include
Arc
clones right before opening async closure (for async calls and for fork-joins).
- Include
- Make data parallel fork-joins not task parallel by default (can still be outlined for task parallelism).
- Fix edge case in function inlining.
Edited by rarbore2
Merge request reports
Activity
assigned to @rarbore2
mentioned in issue #29 (closed)
enabled an automatic merge when all merge checks for 875a17f0 pass
aborted the automatic merge because the source branch was updated. Learn more.
enabled an automatic merge when all merge checks for c7aa9468 pass
mentioned in commit 9221e968
Please register or sign in to reply