[Mlir-commits] [mlir] [mlir][xegpu] Remove chunk_size attribute; infer from types (PR #205122)

Jianhui Li llvmlistbot at llvm.org
Thu Jul 23 11:48:41 PDT 2026


================

----------------
Jianhui-Li wrote:

Only need to use one offset/mask and the first one for one load. 
In case lane_data > 1, the offset must be contiguous, and mask must be constant "true" for the whole vector being load. 

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


More information about the Mlir-commits mailing list