Skip to content

[UR-test][not for merge] Point UR to branch for two MRs #13933

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/JackAKirk/unified-runtime.git")
# commit 396fb20498c315a526c961d7cb645b42795acd2c
# Merge: 719bb9cd e2ffea69
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Thu May 23 10:53:03 2024 +0100
# Merge pull request #1501 from RossBrunton/ross/kerneltests
# [Testing] Spec clarifications and testing updates for kernel
set(UNIFIED_RUNTIME_TAG 396fb20498c315a526c961d7cb645b42795acd2c)
set(UNIFIED_RUNTIME_TAG 6fc9334785b044803ade5da546b9df46ac8eca72)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down