This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][doc] Improve/fix the doc on mlir.vector.transfer_read (NFC)
ClosedPublic

Authored by mehdi_amini on May 20 2023, 1:50 PM.

Details

Summary

This doc was written 4 years ago, some refresh in the example was
overdue I suspect.

Diff Detail

Event Timeline

mehdi_amini created this revision.May 20 2023, 1:50 PM
Herald added a project: Restricted Project. · View Herald Transcript
mehdi_amini requested review of this revision.May 20 2023, 1:50 PM
Herald added a project: Restricted Project. · View Herald Transcript
aartbik added inline comments.May 31 2023, 12:44 PM
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
1249–1251

typo: inferred

1261–1262

a temporary buffer?

Address comments

mehdi_amini marked 2 inline comments as done.May 31 2023, 1:32 PM
dcaballe accepted this revision.May 31 2023, 11:25 PM

Thanks for improving the doc, Mehdi!

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
1269

I think the word "gather" can be misleading here if we think of a vector gather. Perhaps we can just "slice" or "read of the slice"?

This revision is now accepted and ready to land.May 31 2023, 11:25 PM