-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
OpenVINO Version
2025.4.0-20289-27b1ab51cdf
Operating System
Red Hat Enterprise Linux 8
Device used for inference
CPU
Framework
None
Model used
No response
Issue description
When offline some Cores, then we will meet an issue "CPU affinity check failed. No CPU is eligible to run inference."
Step-by-step reproduction
- 32C * 2 Socket server
2 offline core 30-31
3 numactl -C 127 ./bin/intel64/Release/benchmark_app -m action-recognition-0001-encoder.xml
Relevant log output
[sae@cli5-desk3 openvino]$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 128
On-line CPU(s) list: 0-29,32-127
Off-line CPU(s) list: 30,31
Thread(s) per core: 1
Core(s) per socket: 32
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.90GHz
Stepping: 6
CPU MHz: 3500.000
CPU max MHz: 3500.0000
CPU min MHz: 800.0000
BogoMIPS: 5800.00
Virtualization: VT-x
L1d cache: 48K
L1i cache: 32K
L2 cache: 1280K
L3 cache: 49152K
NUMA node0 CPU(s): 0-29,64-95
NUMA node1 CPU(s): 32-63,96-127
[sae@cli5-desk3 openvino]$ numactl -C 127 ./bin/intel64/Release/benchmark_app -m action-recognition-0001-encoder.xml
[Step 1/11] Parsing and validating input arguments
[ INFO ] Parsing input parameters
[Step 2/11] Loading OpenVINO Runtime
[ INFO ] OpenVINO:
[ INFO ] Build ................................. 2025.4.0-20289-27b1ab51cdf
[ INFO ]
[ INFO ] Device info:
[ ERROR ] Exception from src/inference/src/cpp/core.cpp:81:
Exception from src/inference/src/dev/core_impl.cpp:822:
Failed to create plugin "/home/sae/openvino/bin/intel64/Release/libopenvino_intel_cpu_plugin.so" for device CPU
Please, check your environment
Exception from src/plugins/intel_cpu/src/plugin.cpp:799:
Exception from src/inference/src/os/lin/lin_system_conf.cpp:322:
CPU affinity check failed. No CPU is eligible to run inference.Issue submission checklist
- I'm reporting an issue. It's not a question.
- I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
- There is reproducer code and related data files such as images, videos, models, etc.