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 5193 of file Passes.h.

Member Data Documentation

◆ fullUnroll

bool mlir::ConvertVectorToSCFOptions::fullUnroll = false

Definition at line 5194 of file Passes.h.

◆ lowerScalable

bool mlir::ConvertVectorToSCFOptions::lowerScalable = false

Definition at line 5197 of file Passes.h.

◆ lowerTensors

bool mlir::ConvertVectorToSCFOptions::lowerTensors = false

Definition at line 5196 of file Passes.h.

◆ targetRank

unsigned mlir::ConvertVectorToSCFOptions::targetRank = 1

Definition at line 5195 of file Passes.h.


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