-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR] Phase 2 of counter-based event implementation
PR in UR: oneapi-src/unified-runtime#1698 Signed-off-by: Winston Zhang <[email protected]>
- Loading branch information
1 parent
902b5ac
commit 5727052
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -99,18 +99,18 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
CACHE PATH "Path to external '${name}' adapter source dir" FORCE) | ||
endfunction() | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git") | ||
# commit 658393fa28837ecc3dbe2901368ff91f526e8ff5 | ||
# Merge: 5be5aa49 649c5f04 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Tue Jul 9 11:20:06 2024 +0100 | ||
# Merge pull request #1814 from nrspruit/fix_l0_queue_cts | ||
# [L0] Fix Queue get info and fix Queue release decrement | ||
set(UNIFIED_RUNTIME_TAG 658393fa28837ecc3dbe2901368ff91f526e8ff5) | ||
set(UNIFIED_RUNTIME_TAG 1768740f99746c0bccc91a3d4bde1d158f3f4ba9) | ||
|
||
fetch_adapter_source(level_zero | ||
${UNIFIED_RUNTIME_REPO} | ||
${UNIFIED_RUNTIME_TAG} | ||
https://github.com/winstonzhang-intel/unified-runtime.git | ||
1768740f99746c0bccc91a3d4bde1d158f3f4ba9 | ||
) | ||
|
||
fetch_adapter_source(opencl | ||
|