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

oh my

parent 3f8acd3b
No related branches found
No related tags found
1 merge request!206More misc. rodinia opts
......@@ -13,7 +13,7 @@ no-memset(bfs@cost);
let cost_init = outline(bfs@cost_init);
let loop1 = outline(bfs@loop1);
let loop2 = outline(bfs@loop2);
gpu(cost_init, loop1, loop2);
gpu(loop1, loop2);
simpl!(*);
predication(*);
......@@ -35,5 +35,5 @@ predication(*);
reduce-slf(*);
simpl!(*);
unforkify(cost_init);
gcm(*);
xdot[true](*);
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