[Mlir-commits] [mlir] [MLIR][XeGPU] refine verifier for TensorDescType (PR #137226)

Igor Zamyatin llvmlistbot at llvm.org
Fri Apr 25 19:26:06 PDT 2025


================
@@ -30,6 +31,61 @@ void XeGPUDialect::initialize() {
       >();
 }
 
+bool XeGPUDialect::isEvenlyDistributable(llvm::ArrayRef<int64_t> shape,
----------------
Garra1980 wrote:

let's have the comment here as it was earlier

https://github.com/llvm/llvm-project/pull/137226


More information about the Mlir-commits mailing list