Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Merge requests
!193
Fix parallel code gen in RT backend
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix parallel code gen in RT backend
fix_task_parallelism
into
main
Overview
0
Commits
6
Pipelines
5
Changes
1
Merged
rarbore2
requested to merge
fix_task_parallelism
into
main
1 month ago
Overview
0
Commits
6
Pipelines
5
Changes
1
Expand
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).
Make data parallel fork-joins not task parallel by default (can still be outlined for task parallelism).
Fix edge case in function inlining.
Edited
1 month ago
by
rarbore2
0
0
Merge request reports
Viewing commit
d9046f51
Prev
Next
Show latest version
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
1
Search (e.g. *.vue) (Ctrl+P)
d9046f51
Refactor arc clones into their own block
· d9046f51
Russel Arbore
authored
1 month ago
Loading