MLIR 22.0.0git
mlir::ConvertVectorToSCFOptions Struct Reference

#include "mlir/Conversion/Passes.h"

Public Attributes

bool fullUnroll = false
unsigned targetRank = 1
bool lowerTensors = false
bool lowerScalable = false

Detailed Description

Definition at line 5114 of file Passes.h.

Member Data Documentation

◆ fullUnroll

bool mlir::ConvertVectorToSCFOptions::fullUnroll = false

Definition at line 5115 of file Passes.h.

◆ lowerScalable

bool mlir::ConvertVectorToSCFOptions::lowerScalable = false

Definition at line 5118 of file Passes.h.

◆ lowerTensors

bool mlir::ConvertVectorToSCFOptions::lowerTensors = false

Definition at line 5117 of file Passes.h.

◆ targetRank

unsigned mlir::ConvertVectorToSCFOptions::targetRank = 1

Definition at line 5116 of file Passes.h.


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