[Mlir-commits] [mlir] [MLIR][XeGPU] Distribute vector.step & vector.shape_cast op from wg to sg (PR #155443)
Adam Siemieniuk
llvmlistbot at llvm.org
Fri Sep 5 03:24:23 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:
Is there a test to validate the new behavior?
https://github.com/llvm/llvm-project/pull/155443
More information about the Mlir-commits
mailing list