[Mlir-commits] [mlir] [mlir][xegpu] Relax rank restriction of TensorDescType (PR #145916)
Chao Chen
llvmlistbot at llvm.org
Mon Jun 30 11:01:56 PDT 2025
================
@@ -43,8 +43,8 @@ def XeGPU_BlockTensorDescAttr: XeGPU_TensorDescAttr<"BlockTensorDesc", "block_td
let parameters = (ins
OptionalParameter<"MemorySpaceAttr">: $memory_space,
- OptionalParameter<"IntegerAttr", "1">: $array_length,
- OptionalParameter<"BoolAttr", "true">: $boundary_check
+ OptionalParameter<"IntegerAttr">: $array_length,
----------------
chencha3 wrote:
Yes, fixed it.
https://github.com/llvm/llvm-project/pull/145916
More information about the Mlir-commits
mailing list