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
!13
Basic IR schedules framework
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Basic IR schedules framework
schedules
into
main
Overview
0
Commits
11
Pipelines
0
Changes
1
Merged
rarbore2
requested to merge
schedules
into
main
1 year ago
Overview
0
Commits
11
Pipelines
0
Changes
1
Expand
Define schedules data structures in IR
Infer a default schedule
Visualize schedule in dot graph backend
0
0
Merge request reports
Viewing commit
24886c52
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
24886c52
Fix
· 24886c52
Russel Arbore
authored
1 year ago
hercules_ir/src/schedule.rs
+
1
−
1
Options
@@ -62,7 +62,7 @@ pub fn default_plan(function: &Function, fork_join_map: &HashMap<NodeID, NodeID>
control
,
init
:
_
,
reduct
,
}
=
function
.nodes
[
id
.idx
()]
}
=
function
.nodes
[
chain_
id
.idx
()]
{
if
first_control
.is_none
()
{
first_control
=
Some
(
control
);
Loading