Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Notably, getShape returns ArrayRef<int64_t>, so this change is perfectly sound (in addition to removing the warning)
Paths
| Differential D134760
[mlir][sparse] fix signed/unsigned warning ClosedPublic Authored by aartbik on Sep 27 2022, 1:11 PM.
Details
Diff Detail
Event TimelineComment Actions Notably, getShape returns ArrayRef<int64_t>, so this change is perfectly sound (in addition to removing the warning) This revision is now accepted and ready to land.Sep 27 2022, 1:54 PM Closed by commit rG1379596e9dd7: [mlir][sparse] fix signed/unsigned warning (authored by aartbik). · Explain WhySep 27 2022, 1:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 463333 mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
|