This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][tensor] generate default builder for FromElementsOp
ClosedPublic

Authored by makslevental on Apr 28 2023, 8:23 PM.

Details

Summary

Removed builder is the same as default builder, with the added benefit that python bindings will be generated for the default builder.

Diff Detail

Event Timeline

makslevental created this revision.Apr 28 2023, 8:23 PM
Herald added a project: Restricted Project. · View Herald Transcript
makslevental published this revision for review.Apr 28 2023, 9:34 PM
makslevental edited the summary of this revision. (Show Details)
makslevental added inline comments.
mlir/test/python/dialects/tensor.py
85

dead code

ftynse accepted this revision.Apr 30 2023, 3:44 PM
This revision is now accepted and ready to land.Apr 30 2023, 3:44 PM