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

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

Public Attributes

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

Detailed Description

Definition at line 529 of file Passes.h.

Member Data Documentation

◆ cacheSizeInKiB

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

Definition at line 530 of file Passes.h.

◆ separate

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

Definition at line 531 of file Passes.h.

◆ tileSize

unsigned mlir::affine::AffineLoopTilingOptions::tileSize

Definition at line 532 of file Passes.h.

◆ tileSizes

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

Definition at line 533 of file Passes.h.


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