Skip to content

Commit dd23a85

Browse files
authored
[SYCL][ESIMD] Address failures in ESIMD Emulator e2e tests (#8726)
* Update CM Emulator to version 1.0.31, ubu22 package to align with CI testing; * Add libdw1 package as a new dependency of cm-cpu-emulation package.
1 parent 742d023 commit dd23a85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ apt update && apt install -yqq \
1616
libffi-dev \
1717
libva-dev \
1818
libtool \
19+
libdw1 \
1920
wget \
2021
sudo
2122

sycl/plugins/esimd_emulator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else()
2323
set(LIBIGFXCMRT_EMU ${LLVM_BINARY_DIR}/pi_esimd_emulator_deps/lib/libigfxcmrt_emu${CMAKE_SHARED_LIBRARY_SUFFIX})
2424
endif()
2525

26-
set (DEFAULT_CM_EMU_PREBUILT_PACKAGE "https://github.com/intel/cm-cpu-emulation/releases/download/1.0.23/intel-cmemu-1.0.23.u20.04-release.x86_64.tar.xz")
26+
set (DEFAULT_CM_EMU_PREBUILT_PACKAGE "https://github.com/intel/cm-cpu-emulation/releases/download/1.0.31/intel-cmemu-1.0.31.u22.04-release.x86_64.tar.xz")
2727
set (DEFAULT_CM_EMU_SOURCE_URL "https://github.com/intel/cm-cpu-emulation.git")
2828

2929
if ((DEFINED USE_DEFAULT_CM_EMU_SOURCE) OR (DEFINED USE_LOCAL_CM_EMU_SOURCE))

0 commit comments

Comments
 (0)