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

Fix backprop schedule

parent 6e9874ed
No related branches found
No related tags found
1 merge request!186Rodinia
......@@ -7,30 +7,18 @@ dce(*);
slf(*);
dce(*);
ip-sroa(*);
sroa(*);
reuse-products(*);
dce(*);
delete-uncalled(*);
let auto = auto-outline(backprop);
cpu(auto.backprop);
ip-sroa(*);
sroa(*);
reuse-products(*);
dce(*);
inline(auto.backprop);
inline(auto.backprop);
delete-uncalled(*);
sroa(*);
sroa[true](*);
dce(*);
float-collections(*);
reuse-products(*);
dce(*);
xdot[true](*);
gcm(*);
gvn(*);
dce(*);
phi-elim(*);
dce(*);
crc(*);
dce(*);
slf(*);
dce(*);
let auto = auto-outline(backprop);
gpu(auto.backprop);
inline(auto.backprop);
inline(auto.backprop);
delete-uncalled(*);
sroa[true](*);
dce(*);
float-collections(*);
reuse-products(*);
dce(*);
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