Skip to content
Snippets Groups Projects

More rodinia optimization

Merged rarbore2 requested to merge rodinia_opt2 into main
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,7 +24,8 @@ fixpoint {
@@ -24,7 +24,8 @@ fixpoint {
fork-guard-elim(*);
fork-guard-elim(*);
}
}
simpl!(*);
simpl!(*);
 
no-memset(compute_step_factor@res, compute_flux@res, copy_vars@res);
 
parallel-reduce(time_step, copy_vars, compute_flux@outer_loop \ compute_flux@inner_loop);
unforkify(*);
unforkify(*);
gcm(*);
gcm(*);
Loading