Skip to content

Commit f810047

Browse files
[SYCL][ESIMD][EMU] Update CM_EMU library git repo hash (#5668)
- CM_EMU update to prevent CMRT from generating 'cmrt_dump.txt'
1 parent b000db8 commit f810047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/esimd_emulator/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else ()
6969
set (replacing_pattern s/{\ ?GFX_EMU_WITH_FLAGS_.*//g)
7070
ExternalProject_Add(cm-emu
7171
GIT_REPOSITORY https://github.com/intel/cm-cpu-emulation.git
72-
GIT_TAG c19234cea13bdfc32b5ed9
72+
GIT_TAG f9d167edbcb995e713d5a8
7373
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_build
7474
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_install
7575
PATCH_COMMAND perl -pi.back -e ${replacing_pattern} ${CMAKE_CURRENT_BINARY_DIR}/cm-emu-prefix/src/cm-emu/common/emu_log.h

0 commit comments

Comments
 (0)