MLIR 22.0.0git
mlir::affine::AffineLoopTilingOptions Struct Reference

#include "mlir/Dialect/Affine/Passes.h"

Public Attributes

uint64_t cacheSizeInKiB = 512
bool separate = false
unsigned tileSize
::llvm::SmallVector< unsignedtileSizes

Detailed Description

Definition at line 453 of file Passes.h.

Member Data Documentation

◆ cacheSizeInKiB

uint64_t mlir::affine::AffineLoopTilingOptions::cacheSizeInKiB = 512

Definition at line 454 of file Passes.h.

◆ separate

bool mlir::affine::AffineLoopTilingOptions::separate = false

Definition at line 455 of file Passes.h.

◆ tileSize

unsigned mlir::affine::AffineLoopTilingOptions::tileSize

Definition at line 456 of file Passes.h.

◆ tileSizes

llvm::SmallVector< unsigned > mlir::affine::AffineLoopTilingOptions::tileSizes

Definition at line 457 of file Passes.h.


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