-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][ESIMD][EMU] Preventing 'cmrt_dump.txt' generation from CM #5469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][ESIMD][EMU] Preventing 'cmrt_dump.txt' generation from CM #5469
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented above.
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