MLIR-AIE
Public Attributes | List of all members
xilinx::aievec::LowerVectorToAIEVecOptions Struct Reference

Options for the "lower-vector-to-aievec" pipeline. More...

#include "aie/Dialect/AIEVec/Pipelines/Passes.h"

+ Inheritance diagram for xilinx::aievec::LowerVectorToAIEVecOptions:
+ Collaboration diagram for xilinx::aievec::LowerVectorToAIEVecOptions:

Public Attributes

PassOptions::Option< std::string > aieTarget
 
PassOptions::Option< std::string > targetBackend
 

Detailed Description

Options for the "lower-vector-to-aievec" pipeline.

Definition at line 56 of file Passes.h.

Member Data Documentation

◆ aieTarget

PassOptions::Option<std::string> xilinx::aievec::LowerVectorToAIEVecOptions::aieTarget
Initial value:
{
*this, "aie-target",
llvm::cl::desc("Select AIE version: \"aie\" or \"aie2\". This will "
"determine the vector size and available operations."),
llvm::cl::init("aie")}

Definition at line 58 of file Passes.h.

Referenced by LowerVectorToAIEVec::LowerVectorToAIEVec(), and xilinx::aievec::ConvertVectorToAIEVecOptions::parseFromString().

◆ targetBackend

PassOptions::Option<std::string> xilinx::aievec::LowerVectorToAIEVecOptions::targetBackend
Initial value:
{
*this, "target-backend",
llvm::cl::desc("Select translation backend: \"cpp\" or \"llvmir\". This "
"will determine the aievec operations used to convert "
"from vector dialect."),
llvm::cl::init("cpp")}

Definition at line 63 of file Passes.h.

Referenced by LowerVectorToAIEVec::LowerVectorToAIEVec(), and xilinx::aievec::ConvertVectorToAIEVecOptions::parseFromString().


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