[Mlir-commits] [mlir] [mlir][vector][xegpu] Accept uniform values in `getDistributedType` (PR #163887)

Jianhui Li llvmlistbot at llvm.org
Thu Oct 16 17:30:19 PDT 2025


================
@@ -1510,9 +1510,14 @@ void XeGPUSubgroupDistributePass::runOnOperation() {
     if (!layout)
       return AffineMap::getMultiDimMapWithTargets(
----------------
Jianhui-Li wrote:

if there is no layout assigned, there should not be distributed. 

https://github.com/llvm/llvm-project/pull/163887


More information about the Mlir-commits mailing list