The patch enables the library call lowering for linalg operations that contain index operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100537
[mlir][linalg] enable library call rewrites for linalg operations with index semantics. ClosedPublic Authored by gysit on Apr 15 2021, 1:49 AM.
Details Summary The patch enables the library call lowering for linalg operations that contain index operations.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 18 others. · View Herald TranscriptApr 15 2021, 1:49 AM This revision is now accepted and ready to land.Apr 19 2021, 4:48 AM Closed by commit rG27ad213680ea: [mlir][linalg] enable library call rewrites for linalg operations with index… (authored by gysit). · Explain WhyApr 19 2021, 5:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338498 mlir/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h
mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
|