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
please help to solve the issue soon, it should be a quick fix... it is currently preventing us with a benchmark reference with our ASIC with similar cores.
Platform
Linux
OS Version
Ubuntu 22.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
ONNX Runtime: v1.21.0
ONNX Runtime API
Python
Architecture
ARM64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered:
Describe the issue
Environment:
Issue:
InferenceSession
init with/opt/rh/gcc-toolset-14/root/usr/include/c++/14/bits/stl_vector.h:1130: Assertion '__n < this->size()' failed.
Observations:
os.cpu_count()
correctly reports online cores (e.g., 4).OMP_NUM_THREADS=1
doesn’t fix it—issue is in init, not runtime threading.present
instead ofonline
).To reproduce
disable 4 cores with command below
and run simple python script below:
You will see:
Urgency
please help to solve the issue soon, it should be a quick fix... it is currently preventing us with a benchmark reference with our ASIC with similar cores.
Platform
Linux
OS Version
Ubuntu 22.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
ONNX Runtime: v1.21.0
ONNX Runtime API
Python
Architecture
ARM64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: