This is an archive of the discontinued LLVM Phabricator instance.

[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
+ reduce nesting in the code and simplify a bit IR building

Diff Detail

Event Timeline

ezhulenev created this revision.Feb 17 2022, 10:22 AM
ezhulenev requested review of this revision.Feb 17 2022, 10:22 AM
ezhulenev edited the summary of this revision. (Show Details)Feb 17 2022, 10:24 AM
ezhulenev added a reviewer: cota.
cota accepted this revision.Feb 23 2022, 8:10 AM
This revision is now accepted and ready to land.Feb 23 2022, 8:10 AM