We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95532f1 commit c9ca0caCopy full SHA for c9ca0ca
src/plugins/intel_cpu/src/infer_request.cpp
@@ -109,6 +109,7 @@ void SyncInferRequest::infer() {
109
static std::atomic<uint64_t> request_counter{0};
110
[[maybe_unused]] const auto region_id = request_counter.fetch_add(1);
111
OV_ITT_SCOPED_REGION(ALL, itt::domains::intel_cpu, "INTEL_CPU_INFER_REGION_" + std::to_string(region_id));
112
+ OV_ITT_SCOPED_TASK_BASE(itt::domains::intel_cpu, "Infer Request");
113
auto graphLock = m_compiled_model.lock();
114
auto&& graph = graphLock._graph;
115
auto message = ov::threading::message_manager();
0 commit comments