Skip to content
Snippets Groups Projects
Commit 085d0a3a authored by Aaron Councilman's avatar Aaron Councilman
Browse files

Parallel BFS schedule

parent bcd279ad
No related branches found
No related tags found
2 merge requests!215Large benches,!214More optimizations
......@@ -48,8 +48,11 @@ let traverse_body = outline(inner);
let (outer, inner) = fork-reshape[[1], [0]](collect);
let collect_body = outline(inner);
inline(bfs@cost_init, bfs@loop1, bfs@loop2);
delete-uncalled(*);
const-inline(*);
simpl!(*);
unforkify(init_body, traverse_body, collect_body);
gcm(*);
\ No newline at end of file
simpl!(*);
gcm(*);
xdot[true](bfs);
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