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.
[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
91d6eba
commit 6877d90
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,17 +99,17 @@ 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 aaf08109f2a05adb61f50478824ae2739526daee | ||
# Author: Ben Tracy <[email protected]> | ||
# Date: Mon Jun 17 14:49:53 2024 +0100 | ||
# [CMDBUF] Fix coverity issue in command buffers | ||
# - Fix incorrect conditions for copy engine usage that were reported on coverity. | ||
set(UNIFIED_RUNTIME_TAG aaf08109f2a05adb61f50478824ae2739526daee) | ||
set(UNIFIED_RUNTIME_TAG caeceb4c282c88aa1c8b93ffe56cbc0ad7ae4041) | ||
|
||
fetch_adapter_source(level_zero | ||
${UNIFIED_RUNTIME_REPO} | ||
${UNIFIED_RUNTIME_TAG} | ||
https://github.com/winstonzhang-intel/unified-runtime.git | ||
caeceb4c282c88aa1c8b93ffe56cbc0ad7ae4041 | ||
) | ||
|
||
fetch_adapter_source(opencl | ||
|