[Mlir-commits] [mlir] [MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (PR #127614)
Md Asghar Ahmad Shahid
llvmlistbot at llvm.org
Wed Feb 19 04:51:34 PST 2025
================
@@ -3951,11 +3951,18 @@ void BatchMatmulOp::regionBuilder(ImplicitLocOpBuilder &b, Block &block,
RegionBuilderHelper helper(b, block);
SmallVector<Value> yields;
+ TypeFn castVal = TypeFn::cast_signed;
----------------
shahidact wrote:
Sure, but may not be on soon enough.
https://github.com/llvm/llvm-project/pull/127614
More information about the Mlir-commits
mailing list