================ @@ -30,6 +31,61 @@ void XeGPUDialect::initialize() { >(); } +bool XeGPUDialect::isEvenlyDistributable(llvm::ArrayRef<int64_t> shape, ---------------- chencha3 wrote: fixed https://github.com/llvm/llvm-project/pull/137226