[Mlir-commits] [mlir] [MLIR][Conversion] XeGPU to XeVM: create_nd_tdesc - Add support for base memory rank > 2 (PR #164701)

Jianhui Li llvmlistbot at llvm.org
Tue Oct 28 20:38:20 PDT 2025


Jianhui-Li wrote:

I think that it is not worthy the complexity to support 3d+ offsets at the core lowering.  The requirement was only to create a 2D tensor tile out of 3D+ tensor and offsets, not walking the tensor tile with 3D+ offsets. So it can be addressed by asking user to do subview upfront to 2d tensor, and xegpu only allow 2d tensor tile on top of 2d flatten tensor unless future HW relaxes it.  

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


More information about the Mlir-commits mailing list