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
!219
Sequential schedules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sequential schedules
seq_schedules
into
main
Overview
0
Commits
6
Pipelines
3
Changes
1
Merged
rarbore2
requested to merge
seq_schedules
into
main
2 weeks ago
Overview
0
Commits
6
Pipelines
3
Changes
1
Expand
Add feature to benchmarks to use sequential (single core) schedules in CPU schedules.
0
0
Merge request reports
Viewing commit
a0499390
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a0499390
fix
· a0499390
Russel Arbore
authored
2 weeks ago
juno_samples/rodinia/bfs/src/cpu.sch
+
2
−
1
Options
@@ -52,6 +52,7 @@ if !feature("seq") {
let init_body = outline(inner);
inline(bfs@cost_init, bfs@loop1, bfs@loop2);
init = init_body;
}
delete-uncalled(*);
const-inline(*);
@@ -59,4 +60,4 @@ simpl!(*);
unforkify(init, traverse, collect);
simpl!(*);
gcm(*);
gcm(*);
\ No newline at end of file
Loading