This is an archive of the discontinued LLVM Phabricator instance.

[mlir] AsyncRuntime: use LLVM ThreadPool to run async tasks
AbandonedPublic

Authored by ezhulenev on Jan 7 2021, 12:22 PM.

Details

Reviewers
mehdi_amini
Summary

Depends On D94253

Revert https://reviews.llvm.org/D92368

With the shutdown hook https://reviews.llvm.org/D94253 AsyncRuntime can correctly stop all threads before the LLVM support library is unloaded.

Diff Detail

Event Timeline

ezhulenev created this revision.Jan 7 2021, 12:22 PM
ezhulenev requested review of this revision.Jan 7 2021, 12:22 PM
ezhulenev edited the summary of this revision. (Show Details)Jan 7 2021, 12:24 PM
ezhulenev added a reviewer: mehdi_amini.
ezhulenev abandoned this revision.Jan 23 2021, 3:45 AM