Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Attributes | List of all members
proteus::MLIRLoweringOptions Struct Reference

#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"
 

Member Data Documentation

◆ DeviceArch

std::string proteus::MLIRLoweringOptions::DeviceArch

◆ DiagnosticPrefix

std::string proteus::MLIRLoweringOptions::DiagnosticPrefix = "MLIRLower"

◆ Features

std::string proteus::MLIRLoweringOptions::Features

◆ OptLevel

int proteus::MLIRLoweringOptions::OptLevel = 3

◆ TargetModel

TargetModelType proteus::MLIRLoweringOptions::TargetModel = TargetModelType::HOST

◆ TargetTriple

std::string proteus::MLIRLoweringOptions::TargetTriple

The documentation for this struct was generated from the following file: