[Mlir-commits] [mlir] [MLIR][XeGPU] Update XeGPU create_tdesc, update_offset, load, store and prefetch. (PR #154653)
Sang Ik Lee
llvmlistbot at llvm.org
Fri Aug 22 11:30:43 PDT 2025
================
@@ -89,13 +82,18 @@ isValidGatherScatterParams(Type maskTy, VectorType valueTy,
if (!tdescTy.isScattered())
return emitError() << "Expects a scattered TensorDesc.";
- if (!valueTy)
- return emitError() << "Expecting a vector type result.";
+ auto chunkSize = tdescTy.getChunkSizeAsInt();
----------------
silee2 wrote:
Support is not removed.
https://github.com/llvm/llvm-project/pull/154653
More information about the Mlir-commits
mailing list