Skip to content

[UR] Test for unified runtime PR #12902

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

Merged
merged 10 commits into from
Jun 4, 2024
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 5083f4f96557672b7b6a55ea53347896d40549d7
# Merge: a97eed15 4c3f9abe
# commit 755a1e75e24ed55070a0f457d2d8a676521ad4f7
# Merge: 6469b890 5593d84c
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Fri May 31 17:20:01 2024 +0100
# Merge pull request #1397 from GeorgeWeb/georgi/check-allocation-error-on-event-from-native-handle
# [CUDA][HIP] Catch and report bad_alloc errors for event object creation
set(UNIFIED_RUNTIME_TAG 5083f4f96557672b7b6a55ea53347896d40549d7)
# Date: Tue Jun 4 10:34:57 2024 +0100
# Merge pull request #1385 from yingcong-wu/yc/new-api-suggestgroupsize
# Implement urKernelGetSuggestedLocalWorkSize
set(UNIFIED_RUNTIME_TAG 755a1e75e24ed55070a0f457d2d8a676521ad4f7)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
Loading