From 0bf06713588a70f7f99504024d1786f883d9cafc Mon Sep 17 00:00:00 2001 From: Leonid Satanovskiy Date: Thu, 3 Mar 2022 16:45:19 +0300 Subject: [PATCH] [SYCL][ESIMD][EMU] Remove obsolete patching. --- sycl/plugins/esimd_emulator/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sycl/plugins/esimd_emulator/CMakeLists.txt b/sycl/plugins/esimd_emulator/CMakeLists.txt index 367a1a07da7b6..d814fd35eb1e5 100755 --- a/sycl/plugins/esimd_emulator/CMakeLists.txt +++ b/sycl/plugins/esimd_emulator/CMakeLists.txt @@ -63,16 +63,11 @@ else () if (MSVC) message(FATAL_ERROR "Online-building of CM_EMU library is not supported under Windows environment") else() - # Arguments for online patching to suppress log message from CM_EMU - # Replacing CM_EMU's log print-out macro controlled by 'GFX_EMU_WITH_FLAGS_' - # with blank space from $CM_EMU_SRC/common/emu_log.h - set (replacing_pattern s/{\ ?GFX_EMU_WITH_FLAGS_.*//g) ExternalProject_Add(cm-emu GIT_REPOSITORY https://github.com/intel/cm-cpu-emulation.git GIT_TAG f9d167edbcb995e713d5a8 BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_build INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/cm-emu_install - PATCH_COMMAND perl -pi.back -e ${replacing_pattern} ${CMAKE_CURRENT_BINARY_DIR}/cm-emu-prefix/src/cm-emu/common/emu_log.h CMAKE_ARGS -DLIBVA_INSTALL_PATH=/usr -D__SYCL_EXPLICIT_SIMD_PLUGIN__=true -DCMAKE_INSTALL_PREFIX=