[Mlir-commits] [mlir] [MLIR][XeGPU] Distribute vector.step & vector.shape_cast op from wg to sg (PR #155443)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Sep 8 10:15:20 PDT 2025
================
@@ -475,43 +476,24 @@ struct WgToSgVectorBroadcastOp
if (!layout || !layout.isForWorkgroup())
return failure();
- // TODO: Currently only supports cases where the source and result ranks
----------------
adam-smnk wrote:
I still don't see a test for different ranks. Or is this constrained enforce somewhere else now?
https://github.com/llvm/llvm-project/pull/155443
More information about the Mlir-commits
mailing list