forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old test, add ur_lock and update UR SHA
- Loading branch information
Showing
3 changed files
with
14 additions
and
37 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 |
---|---|---|
|
@@ -55,14 +55,8 @@ endif() | |
if(SYCL_PI_UR_USE_FETCH_CONTENT) | ||
include(FetchContent) | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit 659d3f469faa99a886fa680a3d6d20449b109578 | ||
# Merge: 192e9404 f94550b4 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Tue Nov 14 16:45:24 2023 +0000 | ||
# Merge pull request #1059 from martygrant/martin/moveNativeCPUAdapterToUR | ||
# [NATIVECPU] Move Native CPU adapter to UR. | ||
set(UNIFIED_RUNTIME_TAG 659d3f469faa99a886fa680a3d6d20449b109578) | ||
set(UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git") | ||
set(UNIFIED_RUNTIME_TAG ornl-m2) | ||
|
||
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 was deleted.
Oops, something went wrong.