[Mlir-commits] [mlir] [MLIR][XeGPU] Add lowering from transfer_read/transfer_write to load_gather/store_scatter (PR #152429)
Jianhui Li
llvmlistbot at llvm.org
Wed Aug 13 13:59:08 PDT 2025
================
@@ -123,6 +123,8 @@ Value createVectorWithShapeFromValues(OpBuilder &builder, Location loc,
void doSCFStructuralTypeConversionWithTensorType(Operation *op,
TypeConverter converter);
+std::optional<std::string> getChipStr(Operation *op);
----------------
Jianhui-Li wrote:
done
https://github.com/llvm/llvm-project/pull/152429
More information about the Mlir-commits
mailing list