GPUOcelot
|
#include <OcelotConfiguration.h>
Public Member Functions | |
Optimizations () | |
Public Attributes | |
unsigned int | subkernelSize |
The target subkernel size in instructions. | |
bool | structuralTransform |
Enable the structural transform. | |
bool | predicateToSelect |
Enable convert predication to select. | |
bool | linearScanAllocation |
Enable linear scan register allocation pass. | |
bool | mimdThreadScheduling |
Enable MIMD thread scheduling pass. | |
bool | syncElimination |
Sync elimination pass. |
api::OcelotConfiguration::Optimizations::Optimizations | ( | ) |
Enable linear scan register allocation pass.
Enable MIMD thread scheduling pass.
Enable convert predication to select.
Enable the structural transform.
The target subkernel size in instructions.
Sync elimination pass.