-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL][Bindless][E2E] fix double free in vulkan interop unsampled test #16027
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][Bindless][E2E] fix double free in vulkan interop unsampled test #16027
Conversation
cppchedy
commented
Nov 8, 2024
- fix double free in vulkan interop unsampled test
7b72609 to
7ac737a
Compare
|
|
||
| set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
| include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake) | ||
| set(UNIFIED_RUNTIME_TAG 698cd9974c18874bf6a7e9ec78507c30b9deeca7) |
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.
I believe now you need to instead edit UnifiedRuntimeTag.cmake with the new commit and leave this line unedited.
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.
ah. thank you. I missed this change. fixed now
# Conflicts: # sycl/cmake/modules/UnifiedRuntimeTag.cmake
# Conflicts: # sycl/cmake/modules/UnifiedRuntimeTag.cmake
|
Friendly ping @intel/unified-runtime-reviewers . Tests passed and the UR PR is ready to merge. |
We'll try and fit this in as soon we can once we've merged all the features for the next release. |