[all-commits] [llvm/llvm-project] 4df814: [MLIR][XeGPU] Refactor isEvenlyDistributable() to ...
Jianhui Li via All-commits
all-commits at lists.llvm.org
Wed Apr 15 11:58:12 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4df814a5c04fb0cb5c3d1afafe22b3ae2275fb3f
https://github.com/llvm/llvm-project/commit/4df814a5c04fb0cb5c3d1afafe22b3ae2275fb3f
Author: Jianhui Li <jian.hui.li at intel.com>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUDialect.td
M mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
M mlir/lib/Dialect/XeGPU/IR/XeGPUOps.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
M mlir/test/Dialect/XeGPU/invalid.mlir
M mlir/test/Dialect/XeGPU/propagate-layout-subgroup.mlir
M mlir/test/Dialect/XeGPU/transform-ops.mlir
Log Message:
-----------
[MLIR][XeGPU] Refactor isEvenlyDistributable() to Layout attribute interface (#191945)
This PR refactor isEvenlyDistributable() to layout attribute interface
isDistributable(), and used them in all anchor operations to check the
shape can be ditributed with the anchor layout.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list