Skip to content

[UR][Do not merge] Bump UR TAG for testing purposes #14782

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 2 commits 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
10 changes: 2 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,8 @@ 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")
# commit e161516663bd5d14d15532dfaba626d5cdf32ed8
# Merge: 47633088 febb18bb
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Wed Jul 24 13:54:43 2024 +0100
# Merge pull request #1521 from AllanZyne/review/yang/dg2
# [DeviceSanitizer] Support GPU DG2 & GEN Device
set(UNIFIED_RUNTIME_TAG e161516663bd5d14d15532dfaba626d5cdf32ed8)
set(UNIFIED_RUNTIME_REPO "https://github.com/ianayl/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 548cb9f321b2be777c0433120ca39ac1ddd667ea)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
Loading