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] Update UR to 612a263 (intel#11694)
- Loading branch information
1 parent
0e25d40
commit 8cb3343
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -54,13 +54,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
include(FetchContent) | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git") | ||
# commit 0e24ab8d136978d984be9e8cba34e23b4fbcf37c | ||
# Merge: a62423d d5a4691 | ||
# commit 612a263613b235b0257fcaf2f128fc61b06e0c24 | ||
# Merge: 7db941d 55409e4 | ||
# Author: Kenneth Benzie (Benie) <[email protected]> | ||
# Date: Mon Nov 6 11:42:03 2023 +0000 | ||
# Merge pull request #931 from konradkusiak97/konradkusiak/LocalMemSizeQuery | ||
# [UR] [CUDA] Changed the output of querying localMemSize | ||
set(UNIFIED_RUNTIME_TAG 0e24ab8d136978d984be9e8cba34e23b4fbcf37c) | ||
# Date: Tue Nov 7 10:21:37 2023 +0000 | ||
# Merge pull request #1011 from fabiomestre/fabio/fix_opencl_leak | ||
# [OpenCL] Fix memory leak | ||
set(UNIFIED_RUNTIME_TAG 612a263613b235b0257fcaf2f128fc61b06e0c24) | ||
|
||
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) | ||
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") | ||
|