+ compare block size with the unrollable inner dimension
+ reduce nesting in the code and simplify a bit IR building
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120075
[mlir] Async: update condition for dispatching block-aligned compute function ClosedPublic Authored by ezhulenev on Feb 17 2022, 10:22 AM.
Details Summary + compare block size with the unrollable inner dimension
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 19 others. · View Herald TranscriptFeb 17 2022, 10:22 AM This revision is now accepted and ready to land.Feb 23 2022, 8:10 AM Closed by commit rGbeff16f7bd63: [mlir] Async: update condition for dispatching block-aligned compute function (authored by ezhulenev). · Explain WhyFeb 23 2022, 10:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 410860 mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp
mlir/test/Dialect/Async/async-parallel-for-compute-fn.mlir
|