[all-commits] [llvm/llvm-project] 0a02f7: [MLIR][tensor] generate default builder for FromEl...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Sun Apr 30 16:46:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a02f76d11d727ca89a1cd3d29e0b867de7051d9
https://github.com/llvm/llvm-project/commit/0a02f76d11d727ca89a1cd3d29e0b867de7051d9
Author: max <maksim.levental at gmail.com>
Date: 2023-04-30 (Sun, 30 Apr 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/python/dialects/tensor.py
Log Message:
-----------
[MLIR][tensor] generate default builder for FromElementsOp
Removed builder is the same as default builder, with the added benefit that python bindings will be generated for the default builder.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D149508
More information about the All-commits
mailing list