The previous lingo was confusing. There are no writes on tensors. There are only definitions.
Also some minor cleanup and better documentation.
Depends On: D141684
Paths
| Differential D141790
[mlir][bufferization][NFC] Rename: "last-write" -> "definition" ClosedPublic Authored by springerm on Jan 15 2023, 4:38 AM.
Details Summary The previous lingo was confusing. There are no writes on tensors. There are only definitions. Also some minor cleanup and better documentation. Depends On: D141684
Diff Detail
Event Timelinespringerm added a parent revision: D141684: [mlir][bufferization] Generalize and rename isMemoryWritten.Jan 15 2023, 4:39 AM This revision is now accepted and ready to land.Jan 16 2023, 12:39 AM This revision was landed with ongoing or failed builds.Jan 30 2023, 12:52 AM Closed by commit rG1840d18a10cb: [mlir][bufferization][NFC] Rename: "last-write" -> "definition" (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493223 mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
|