You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional. Enable threads->cores ('YES' which is OpenVINO runtime's default for conventional CPUs), threads->(NUMA)nodes ('NUMA'),
467
-
threads->appropriate core types ('HYBRID_AWARE', which is OpenVINO runtime's default for Hybrid CPUs) or completely disable ('NO') CPU threads
468
-
pinning for CPU-involved inference.
465
+
-pin {YES,NO}, --infer_threads_pinning {YES,NO}
466
+
Optional. Enable threads->cores pinning for CPU-involved inference.
469
467
470
468
471
469
Statistics dumping options:
@@ -577,11 +575,7 @@ following usage message:
577
575
578
576
Device-specific performance options:
579
577
-nthreads <integer> Optional. Number of threads to use for inference on the CPU (including HETERO and MULTI cases).
580
-
-pin <string> ("YES"|"CORE") / "HYBRID_AWARE" / ("NO"|"NONE") / "NUMA" Optional. Explicit inference threads binding options (leave empty to let the OpenVINO make a choice):
581
-
enabling threads->cores pinning("YES", which is already default for any conventional CPU),
582
-
letting the runtime to decide on the threads->different core types("HYBRID_AWARE", which is default on the hybrid CPUs)
583
-
threads->(NUMA)nodes("NUMA") or
584
-
completely disable("NO") CPU inference threads pinning
578
+
-pin <string> "YES" / "NO" Optional. Explicit threads->cores pinning for CPU inference tasks (leave empty to let the OpenVINO make a choice).
585
579
586
580
Statistics dumping options:
587
581
-latency_percentile Optional. Defines the percentile to be reported in latency metric. The valid range is [1, 100]. The default value is 50 (median).
Copy file name to clipboardExpand all lines: docs/articles_en/openvino-workflow/running-inference/inference-devices-and-modes/cpu-device.rst
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,6 @@ All parameters must be set before calling ``ov::Core::compile_model()`` in order
357
357
- ``ov::hint::enable_hyper_threading``
358
358
- ``ov::hint::enable_cpu_pinning``
359
359
- ``ov::num_streams``
360
-
- ``ov::affinity``
361
360
- ``ov::inference_num_threads``
362
361
- ``ov::cache_dir``
363
362
- ``ov::intel_cpu::denormals_optimization``
@@ -373,8 +372,6 @@ Read-only properties
373
372
- ``ov::device::full_name``
374
373
- ``ov::device::capabilities``
375
374
376
-
.. note::
377
-
``ov::affinity`` is replaced by ``ov::hint::enable_cpu_pinning``. As such, it is deprecated in the 2024.0 release and will be removed in the 2025 release.
0 commit comments