[Mlir-commits] [mlir] [mlir][xegpu] Relax rank restriction of TensorDescType (PR #145916)

Charitha Saumya llvmlistbot at llvm.org
Thu Jun 26 14:59:32 PDT 2025


================
@@ -184,10 +183,8 @@ def XeGPU_TensorDesc: XeGPUTypeDef<"TensorDesc", "tensor_desc",
     int getChunkSize() {
----------------
charithaintc wrote:

nit: maybe no need to expose this method to TensorDesc. You can always get it using TensorDesc->ScatterAttr->getChunk?

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


More information about the Mlir-commits mailing list