-
Notifications
You must be signed in to change notification settings - Fork 788
[UR][DeviceSantizer] Enable Symoblizer for UR santizer layer #14513
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
Conversation
Ping! @intel/dpcpp-sanitizers-review |
# Merge pull request #1816 from nrspruit/l0_intel_driver_version | ||
# [L0] Use Intel Level Zero Driver String extension | ||
set(UNIFIED_RUNTIME_TAG 529e8b9c34acd231eb5b829f6af8123e5f09c974) | ||
set(UNIFIED_RUNTIME_REPO "https://github.com/zhaomaosu/unified-runtime.git") |
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.
Shouldn't be a fork, correct?
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.
correct, this PR needs to wait until #14444 is merged, which has the required UR commits. This PR will then only have the test changes.
@zhaomaosu the UR side of this change was just merged. You will need to update this PR so that it includes only your test changes. |
sure, updated. |
Hi @intel/llvm-gatekeepers, this PR is ready to be merged. Thanks. |
It seems that this PR broke post-commit: https://github.com/intel/llvm/actions/runs/10196353773
This is a self-build with shared libraries and assertions disabled |
@zhaomaosu, could you please take a look? |
If @zhaomaosu is not available, can someone from @intel/unified-runtime-reviewers take a look? Should we revert this? If I don't hear anything in about an hour I'll revert it since build is broken. |
I've got very little idea about the sanitizer layer change I'm afraid. It'll probably need to be reverted to unblock things. I believe @zhaomaosu timezone means they are currently asleep (I may be wrong). |
@kbenzie Appreicate the fast response, I'll revert it now. |
…ntel#14513)" This reverts commit 56b1410. Build in postcommit broken https://github.com/intel/llvm/actions/runs/10196353773
…14513) (#14899) Reverts #14513 This reverts commit 56b1410. Build in postcommit broken https://github.com/intel/llvm/actions/runs/10196353773
Reverted in 21f7f4e @zhaomaosu Please reproduce and fix the shared library build problem, and then make a new PR with the original change plus the fix. Thanks. |
If this doesn't fix the build we'll need to revert the UR change as well. This could affect subsequent PR's that update the UR tag. Edit: This doesn't actually update the tag, only enable the symbolizer. Probably okay. |
@kbenzie I'll watch it and let you know. |
@kbenzie Linux and Mac build passed, and Windows build passed even before the commit was reverted, so I think we are all set. |
thanks @sarnex |
Thank you all. Sorry for the inconvenience, I'll investigate the failures and reland the changes. |
UR Part: oneapi-src/unified-runtime#1844