forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR] Pull in fix that allows handling location properties in USM allo…
…cs. (intel#12005) Also handle translating these properties in pi2ur. oneapi-src/unified-runtime#1123 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
- Loading branch information
1 parent
8074617
commit 7bd51c6
Showing
2 changed files
with
79 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 e69ed21468e04ed6e832accf162422ed11736446 | ||
# Merge: 20fa0b5f 7fd9dafd | ||
# commit 69a56ea6d1369a6bde5fce97c85fc7dbda49252f | ||
# Merge: b25bb64d b78f541d | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Fri Dec 8 12:18:51 2023 +0000 | ||
# Merge pull request #962 from jandres742/fixwaitbarrierwithevent | ||
# [UR][L0] Correctly wait on barrier on urEnqueueEventsWaitWithBarrier | ||
set(UNIFIED_RUNTIME_TAG e69ed21468e04ed6e832accf162422ed11736446) | ||
# Date: Mon Dec 11 12:30:24 2023 +0000 | ||
# Merge pull request #1123 from aarongreig/aaron/usmLocationProps | ||
# [OpenCL] Add ur_usm_alloc_location_desc struct and handle it in the CL adapter. | ||
set(UNIFIED_RUNTIME_TAG 69a56ea6d1369a6bde5fce97c85fc7dbda49252f) | ||
|
||
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) | ||
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters