This is an archive of the discontinued LLVM Phabricator instance.

Fix array attribute in bindings for linalg.init_tensor
ClosedPublic

Authored by shabalin on May 6 2021, 8:38 AM.

Diff Detail

Event Timeline

shabalin created this revision.May 6 2021, 8:38 AM
shabalin requested review of this revision.May 6 2021, 8:38 AM
ftynse accepted this revision.May 6 2021, 8:40 AM

Could we add a test to mlir/test/python/dialects/linalg/ops.py? Something along the lines of "op = linalg.InitTensorOp(...); print(op.static_sizes)" + "CHECK:" line?

This revision is now accepted and ready to land.May 6 2021, 8:40 AM
This revision was automatically updated to reflect the committed changes.