Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp112 Value subgroupId = getDivideBySubgroupSize(invocationIdx); in rewrite()
121 Value numSubgroups = getDivideBySubgroupSize(biasedBlockSize); in rewrite()
373 Value getDivideBySubgroupSize(Value value) { in getDivideBySubgroupSize() function