Skip to content

Commit

Permalink
update for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wangleis committed Feb 2, 2024
1 parent 2aa7334 commit 25d3d65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,6 @@ By default, OpenVINO Runtime will enable CPU threads pinning for better performa

user can check the :doc:`optimization guide <openvino_docs_deployment_optimization_guide_tput_advanced>` for details on multi-stream execution

.. note::

``ov::hint::enable_cpu_pinning`` only support Linux in current release.

Denormals Optimization
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down
5 changes: 0 additions & 5 deletions src/plugins/intel_cpu/src/cpu_map_scheduling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ bool get_cpu_pinning(bool& input_value,
}
}
#if (OV_THREAD == OV_THREAD_TBB || OV_THREAD == OV_THREAD_TBB_AUTO)
# if defined(_WIN32)
if (proc_type_table.size() > 1) {
result_value = false;
}
# endif
# if defined(__APPLE__)
result_value = false;
# endif
Expand Down

0 comments on commit 25d3d65

Please sign in to comment.