-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing branch for [PR](oneapi-src/unified-runtime#1072) and adding necessary fixes for it. Co-authored-by: omarahmed1111 <[email protected]>
- Loading branch information
1 parent
646ab08
commit 2f644e3
Showing
4 changed files
with
23 additions
and
26 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
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,11 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
include(FetchContent) | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit b3de31844ca45d1815c54d85f248f13ad81b6755 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Tue Nov 28 16:21:43 2023 +0000 | ||
# Set version to v0.8.1 | ||
set(UNIFIED_RUNTIME_TAG v0.8.1) | ||
# commit 47af3ee296ae0517213114332ffd3ac54a456b16 | ||
# Merge: bd76c510 f2ca7a91 | ||
# Author: Omar Ahmed <[email protected]> | ||
# Date: Thu Nov 30 16:11:56 2023 +0000 | ||
# - Merge pull request #1072 from omarahmed1111/merge-some-main-changes-into-adapters-third-patch | ||
# - Merge main into adapters branch | ||
set(UNIFIED_RUNTIME_TAG 47af3ee296ae0517213114332ffd3ac54a456b16) | ||
|
||
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
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