Skip to content

[UR] Update UR tag to include some fixes for the cuda + hip adapters. #15502

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
Sep 26, 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
15 changes: 8 additions & 7 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 7ecf64d60c31cd72bd88588498536d067bad59d6
# Merge: 17aa04d3 6eb5208b
# Author: aarongreig <[email protected]>
# Date: Wed Sep 25 11:14:47 2024 +0100
# Merge pull request #1996 from frasercrmck/ur-max-wg-size-props
# Add two new properties to ur_kernel_group_info_t
set(UNIFIED_RUNTIME_TAG 7ecf64d60c31cd72bd88588498536d067bad59d6)
# commit 2ad32681efd2c977f2c1f7f3a30d572d4c15499c
# Author: Hugh Delaney <[email protected]>
# Date: Wed Sep 25 15:55:05 2024 +0100
# Associate queue with device in context (#1992)
# Making a native queue doesn't require hDevice to be non null, but this
# associates the queue with a null device, even if hContext contains valid
# devices.
set(UNIFIED_RUNTIME_TAG 2ad32681efd2c977f2c1f7f3a30d572d4c15499c)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Expand Down
Loading