Skip to content

[UR] Bump tag to 1d786360 #12292

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 1 commit into from
Jan 4, 2024
Merged
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
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 749d8e51ea8e56726a9fb57949d7a3f81b47b15c
# Merge: 810a5774 34831f4b
# commit 1d7863601e9ecfffadf0617236a472a3b00fddbe
# Merge: cf87428c 3ee71a71
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Wed Jan 3 13:27:16 2024 +0000
# Merge pull request #1198 from al42and/aa-rocm6
# [HIP] Fix build with ROCm 6.0.0
set(UNIFIED_RUNTIME_TAG 749d8e51ea8e56726a9fb57949d7a3f81b47b15c)
# Date: Thu Jan 4 11:03:26 2024 +0000
# Merge pull request #938 from Bensuo/cmdbuf-fill-memset-l0
# [EXP][CMDBUF] Implement Fill commands for L0 adapter
set(UNIFIED_RUNTIME_TAG 1d7863601e9ecfffadf0617236a472a3b00fddbe)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down