MLIR 23.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 5198 of file Passes.h.

Member Data Documentation

◆ fullUnroll

bool mlir::ConvertVectorToSCFOptions::fullUnroll = false

Definition at line 5199 of file Passes.h.

◆ lowerScalable

bool mlir::ConvertVectorToSCFOptions::lowerScalable = false

Definition at line 5202 of file Passes.h.

◆ lowerTensors

bool mlir::ConvertVectorToSCFOptions::lowerTensors = false

Definition at line 5201 of file Passes.h.

◆ targetRank

unsigned mlir::ConvertVectorToSCFOptions::targetRank = 1

Definition at line 5200 of file Passes.h.


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