|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <MLIRLower.h>
Public Attributes | |
| TargetModelType | TargetModel = TargetModelType::HOST |
| std::string | DeviceArch |
| int | OptLevel = 3 |
| std::string | TargetTriple |
| std::string | Features |
| std::string | DiagnosticPrefix = "MLIRLower" |
| std::string proteus::MLIRLoweringOptions::DeviceArch |
| std::string proteus::MLIRLoweringOptions::DiagnosticPrefix = "MLIRLower" |
| std::string proteus::MLIRLoweringOptions::Features |
| int proteus::MLIRLoweringOptions::OptLevel = 3 |
| TargetModelType proteus::MLIRLoweringOptions::TargetModel = TargetModelType::HOST |
| std::string proteus::MLIRLoweringOptions::TargetTriple |