AsyncRuntime must be explicitly linked with LLVM pthreads
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89983
[mlir] Link with pthreads in AsyncRuntime ClosedPublic Authored by ezhulenev on Oct 22 2020, 1:36 PM.
Details
Summary AsyncRuntime must be explicitly linked with LLVM pthreads
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 22 2020, 1:36 PM ezhulenev retitled this revision from Link with ptrheads to [mlir] Link with pthreads in AsyncRuntime.Oct 22 2020, 1:37 PM
This revision is now accepted and ready to land.Oct 23 2020, 10:40 AM Closed by commit rGb16f6324db21: [mlir] Link with pthreads in AsyncRuntime (authored by ezhulenev). · Explain WhyOct 23 2020, 12:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300386 mlir/lib/ExecutionEngine/AsyncRuntime.cpp
mlir/lib/ExecutionEngine/CMakeLists.txt
|
Should we guard for LLVM_ENABLE_THREAD?