If no interchange vector is given initialize it with the identity permutation from 0 to number of loops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110249
[mlir][linalg] Fix interchange initialization in fusion on tensors. ClosedPublic Authored by gysit on Sep 22 2021, 7:05 AM.
Details Summary If no interchange vector is given initialize it with the identity permutation from 0 to number of loops.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptSep 22 2021, 7:05 AM This revision is now accepted and ready to land.Sep 22 2021, 9:12 AM Closed by commit rGe828655313db: [mlir][linalg] Fix interchange initialization in fusion on tensors. (authored by gysit). · Explain WhySep 22 2021, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374221 mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
|