MLIR 22.0.0git
mlir::SCFParallelLoopTilingOptions Struct Reference

#include "mlir/Dialect/SCF/Transforms/Passes.h"

Public Attributes

::llvm::SmallVector< int64_ttileSizes
bool noMinMaxBounds = false

Detailed Description

Definition at line 657 of file Passes.h.

Member Data Documentation

◆ noMinMaxBounds

bool mlir::SCFParallelLoopTilingOptions::noMinMaxBounds = false

Definition at line 659 of file Passes.h.

◆ tileSizes

llvm::SmallVector< int64_t > mlir::SCFParallelLoopTilingOptions::tileSizes

Definition at line 658 of file Passes.h.


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