Details
Details
- Reviewers
- herhut - frgossen 
- Commits
- rG9c9490832054: BEGIN_PUBLIC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D85518  
BEGIN_PUBLIC [mlir] Add support for unranked case for `tensor_store` and `tensor_load` ops. END_PUBLIC ClosedPublic Authored by pifon2a on Aug 7 2020, 5:02 AM. 
Details 
 
Diff Detail 
 Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache.  ·  View Herald TranscriptAug 7 2020, 5:02 AM herhut added inline comments. This revision is now accepted and ready to land.Aug 7 2020, 5:15 AM This revision was landed with ongoing or failed builds.Aug 7 2020, 5:33 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
Diff 283882 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
 mlir/lib/Dialect/StandardOps/IR/Ops.cpp
 mlir/test/IR/core-ops.mlir
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Add the inverse to getTensorTypeFromMemRefType?