By default, the listeners do nothing unless linked in.
This revision allows the "Perf" and "Intel" Jit event listeners to be used.
The "OProfile" event listener is not enabled at this time,
the associated library structure is not well-isolated.
Paths
| Differential D116552
[mlir] Add CMake flags to properly enable Jit event listeners. ClosedPublic Authored by nicolasvasilache on Jan 3 2022, 11:41 AM.
Details Summary By default, the listeners do nothing unless linked in. The "OProfile" event listener is not enabled at this time,
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 21 others. · View Herald TranscriptJan 3 2022, 11:41 AM
Comment Actions Address comments.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.Jan 3 2022, 8:57 PM
Closed by commit rGf68ecdd45812: [mlir] Add CMake flags to properly enable Jit event listeners. (authored by nicolasvasilache). · Explain WhyJan 3 2022, 11:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397119 mlir/lib/ExecutionEngine/CMakeLists.txt
mlir/lib/ExecutionEngine/ExecutionEngine.cpp
|
Are these Cmake libraries defined by LLVM itself? (The names don’t include LLVM which isn’t usual)