[Mlir-commits] [mlir] [mlir][linalg] fix linalg.batch_reduce_matmul auto cast (PR #102585)

zhicong zhong llvmlistbot at llvm.org
Fri Aug 9 18:32:25 PDT 2024


zhczhong wrote:

> Quick question: did you change the Python file and then regenerated the Yaml file, or did you change both manually?
> 
> OpDSL doesn't make it easy to know the difference and I made that mistake myself already once. 😅

Thanks for the reminder! I changed the python file and use it to generate the Yaml file



> @zhczhong Good catch, Pls also include the related changes from "core_named_ops.py" in this PR.

Thanks! The change has been included here https://github.com/llvm/llvm-project/blob/b7f615e8d73f687297be466acf281665a65f9b9a/mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py#L587-L597

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


More information about the Mlir-commits mailing list