MLIR 24.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 5386 of file Passes.h.

Member Data Documentation

◆ fullUnroll

bool mlir::ConvertVectorToSCFOptions::fullUnroll = false

Definition at line 5387 of file Passes.h.

◆ lowerScalable

bool mlir::ConvertVectorToSCFOptions::lowerScalable = false

Definition at line 5390 of file Passes.h.

◆ lowerTensors

bool mlir::ConvertVectorToSCFOptions::lowerTensors = false

Definition at line 5389 of file Passes.h.

◆ targetRank

unsigned mlir::ConvertVectorToSCFOptions::targetRank = 1

Definition at line 5388 of file Passes.h.


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