Home
last modified time | relevance | path

Searched defs:tileSize (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp108 auto tileSize = in tileParallelLoop() local
203 for (auto tileSize : tileSizes) in runOnOperation() local
H A DTileUsingInterface.cpp82 getBoundedTileSize(OpBuilder & b,Location loc,Range loopRange,Value iv,OpFoldResult tileSize) getBoundedTileSize() argument
[all...]
/llvm-project/flang/test/Lower/OpenACC/
H A Dacc-loop.f9020 integer, parameter :: tileSize = 2 variable
H A Dacc-kernels-loop.f9025 integer, parameter :: tileSize = 2 local
H A Dacc-serial-loop.f9046 integer, parameter :: tileSize = 2 local
H A Dacc-parallel-loop.f9027 integer, parameter :: tileSize = 2 local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DBlockPackMatmul.cpp71 std::optional<int64_t> tileSize = getConstantIntValue(tiles[dim.index()]); in validateFullTilesOnDims() local
H A DTiling.cpp124 unsigned tileSize = targetSize; in computeStaticContinuousTileSizes() local
338 canOmitTileOffsetInBoundsCheck(OpFoldResult tileSize,OpFoldResult numThreads,OpFoldResult iterationSize) canOmitTileOffsetInBoundsCheck() argument
[all...]
H A DTransforms.cpp1053 std::optional<int64_t> tileSize = getPackOpSourceOrPaddedSource() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp265 getUnpackTileDimInfo(OpBuilder & b,UnPackOp unpackOp,int64_t tileDim,OpFoldResult tileOffset,OpFoldResult tileSize) getUnpackTileDimInfo() argument
[all...]
H A DTensorOps.cpp4062 OpFoldResult tileSize = std::get<1>(it); createDestinationTensor() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp464 setIntraTileBoundsParametric(OpBuilder & b,AffineForOp origLoop,AffineForOp newInterTileLoop,AffineForOp newIntraTileLoop,Value tileSize) setIntraTileBoundsParametric() argument
557 setInterTileBoundsParametric(OpBuilder & b,AffineForOp origLoop,AffineForOp newLoop,Value tileSize) setInterTileBoundsParametric() argument
/llvm-project/polly/lib/Transform/
H A DScheduleTreeTransform.cpp1161 unsigned tileSize = i < TileSizes.size() ? TileSizes[i] : DefaultTileSize; in tileNode() local