Next: , Previous: Optimization Paths, Up: Top


4 Fine-tuning Optimizations


PolyOpt/C offer numerous tuning possibilities, use --polyopt-help for a comprehensive list. We distinguish two main categories of options that impact how the program will be transformed: (1) options that control how SCoP are extracted; and (2) options that control how each individual SCoP is transformed.

4.1 SCoP Detection


The following options are available to control how SCoP extraction is being performed, and in particular how non-compliant features are handled.


4.2 Tuning Optimizations


The following options are available to control PoCC, the polyhedral engine. In particular, those control the Pluto module that is responsible for computing the loop transformation to be applied to the SCoP.