"vscode:/vscode.git/clone" did not exist on "53b018edcbc601f0eea9f65f13a9a9620c4be8dc"
Unverified Commit 418cb3b9 authored by Li, Jiang's avatar Li, Jiang Committed by GitHub
Browse files

[Bugfix][Hardware][CPU] Fix intel-omp version to avoid segfault (#10700)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent 1209261e
...@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
# intel-openmp provides additional performance improvement vs. openmp # intel-openmp provides additional performance improvement vs. openmp
# tcmalloc provides better memory allocation efficiency, e.g, holding memory in caches to speed up access of commonly-used objects. # tcmalloc provides better memory allocation efficiency, e.g, holding memory in caches to speed up access of commonly-used objects.
RUN --mount=type=cache,target=/root/.cache/pip \ RUN --mount=type=cache,target=/root/.cache/pip \
pip install intel-openmp pip install intel-openmp==2025.0.1
ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:/usr/local/lib/libiomp5.so" ENV LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4:/usr/local/lib/libiomp5.so"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment