Home
last modified time | relevance | path

Searched refs:extraLoops (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp52 unsigned extraLoops = GPUDialect::getNumWorkgroupDimensions() - rank; in insertCopyLoops() local
55 lbs.resize(extraLoops, zero); in insertCopyLoops()
56 ubs.resize(extraLoops, one); in insertCopyLoops()
57 steps.resize(extraLoops, one); in insertCopyLoops()