[SYCL][ESIMD][EMU] Preventing 'cmrt_dump.txt' generation from CM - #5469
[SYCL][ESIMD][EMU] Preventing 'cmrt_dump.txt' generation from CM#5469dongkyunahn-intel wants to merge 1 commit into
Conversation
- CM library used by ESIMD_EMULATOR support generates 'cmrt_dump.txt' file for debugging - This patch prevents file generation
|
This patch removes following line, and CM library package is generated without debug support, which generates |
|
@pvchupin, could you take a look, please? |
|
It requires detailed explanation in PR description what's going on here and why this change is needed. |
|
Until CM library package used by ESIMD_EMULATOR is provided as pre-built one, it needs to be built during intel/llvm toolchain build by downloading & building source files from https://github.com/intel/cm-cpu-emulation. The CMakeLists.txt file modified in this ticket takes care of CM library generation. CM library package built during |
|
I'm to release CM EMU with this issue fixed shortly, so this change will not be needed. |
I'll close this PR when open-source CM EMU is updated. |
|
@dongkyunahn-intel , @lsatanov thank you. That would be the best approach imo. |
|
Issue fixed in this release: https://github.com/intel/cm-cpu-emulation/releases/tag/v2022-02-11 |
|
PR is posted for using up-to-date opensource CM_EMU - #5668 |
CM library used by ESIMD_EMULATOR support generates 'cmrt_dump.txt'
file for debugging
This patch prevents file generation
cmrt_dump.txt generated #5379