The methods allow to check
- if an operation has dependencies,
- if there is a dependence from one operation to another.
Paths
| Differential D88993
[mlir][Linalg] Add some depedence query methods to LinalgDependenceGraph. ClosedPublic Authored by mravishankar on Oct 7 2020, 11:25 AM.
Details Summary The methods allow to check
Diff Detail
Event TimelineHerald added subscribers: tatianashp, msifontes, jurahul and 11 others. · View Herald TranscriptOct 7 2020, 11:25 AM Herald added subscribers: limo1996, stephenneuendorffer. · View Herald TranscriptOct 7 2020, 11:25 AM nicolasvasilache added inline comments.
This revision is now accepted and ready to land.Oct 7 2020, 11:58 AM
This revision was landed with ongoing or failed builds.Oct 8 2020, 10:29 AM Closed by commit rG4a1682e931c1: [mlir][Linalg] Add some depedence query methods to LinalgDependenceGraph. (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 296750 mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
|
auto + 1 liner + drop spurious braces?