[Mlir-commits] [mlir] [mlir][xegpu] add support for structure control flow ops in workgroup to subgroup distribution (PR #142618)
Chao Chen
llvmlistbot at llvm.org
Tue Jun 10 07:19:05 PDT 2025
================
@@ -29,6 +31,29 @@ using namespace mlir;
namespace {
+static std::pair<SmallVector<int64_t>, int>
+getSgShapeAndCount(ArrayRef<int64_t> shape, xegpu::LayoutAttr layout) {
----------------
chencha3 wrote:
No, they are different logic. blocking is using inst_data, here it is using sg_layout and sg_data.
https://github.com/llvm/llvm-project/pull/142618
More information about the Mlir-commits
mailing list