Skip to content
Snippets Groups Projects
Commit d4268c90 authored by Russel Arbore's avatar Russel Arbore
Browse files

forkify bfs

parent 84dfd900
No related branches found
No related tags found
1 merge request!202Round 1 of rodinia schedule optimization
Pipeline #201899 passed
...@@ -16,13 +16,14 @@ let loop2 = outline(bfs@loop2); ...@@ -16,13 +16,14 @@ let loop2 = outline(bfs@loop2);
simpl!(*); simpl!(*);
predication(*); predication(*);
const-inline(*);
simpl!(*);
fixpoint { fixpoint {
forkify(*); forkify(*);
fork-guard-elim(*); fork-guard-elim(*);
fork-coalesce(*);
} }
const-inline(*);
simpl!(*); simpl!(*);
unforkify(*);
gcm(*); gcm(*);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment