forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -56,14 +56,14 @@ endif() | |
if(SYCL_PI_UR_USE_FETCH_CONTENT) | ||
include(FetchContent) | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
set(UNIFIED_RUNTIME_REPO "https://github.com/igchor/unified-runtime.git") | ||
# commit 79c28d0f0713f58358d5080653d95803fd131749 | ||
# Merge: 25e0b603 45d76b78 | ||
# Author: aarongreig <[email protected]> | ||
# Date: Fri Jan 12 16:14:44 2024 +0000 | ||
# Merge pull request #1186 from hdelan/device-global-hip | ||
# [HIP] Add support for global variable read write | ||
set(UNIFIED_RUNTIME_TAG 79c28d0f0713f58358d5080653d95803fd131749) | ||
set(UNIFIED_RUNTIME_TAG 19609ead75bc9f2bf9dd60849ff81e092e108b30) | ||
|
||
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) | ||
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") | ||
|