This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add utility function to create values for all dimensions of a tensor value
ClosedPublic

Authored by frgossen on Aug 12 2022, 11:33 AM.

Details

Summary

This is a variant of the already provided createDynamicDimValues helper.

Diff Detail

Event Timeline

frgossen created this revision.Aug 12 2022, 11:33 AM
frgossen requested review of this revision.Aug 12 2022, 11:33 AM
cota accepted this revision.Aug 12 2022, 11:38 AM
cota added inline comments.
mlir/include/mlir/Dialect/Tensor/Utils/Utils.h
36
This revision is now accepted and ready to land.Aug 12 2022, 11:38 AM
frgossen updated this revision to Diff 452253.Aug 12 2022, 11:41 AM

Address comments

frgossen marked an inline comment as done.EditedAug 12 2022, 11:41 AM

Thanks!

This revision was landed with ongoing or failed builds.Aug 12 2022, 11:42 AM
This revision was automatically updated to reflect the committed changes.