-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd4317b
commit 73614cb
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -57,7 +57,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
include(FetchContent) | ||
|
||
set(UNIFIED_RUNTIME_REPO "https://github.com/przemektmalon/unified-runtime.git") | ||
# commit 6ddda43379f9c226a5cf04f41dfbb923c5ff831f | ||
# commit 098b31066bb30b5f5978d3e95e4e4070ef11bfe4 | ||
# Author: Przemek Malon <[email protected]> | ||
# Date: Wed Nov 29 11:25:34 2023 +0000 | ||
# [Bindless][Exp] Add device queries for sampled image fetch | ||
|
@@ -69,7 +69,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT) | |
# - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_2D_EXP | ||
# - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_3D_USM_EXP | ||
# - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_3D_EXP | ||
set(UNIFIED_RUNTIME_TAG 6ddda43379f9c226a5cf04f41dfbb923c5ff831f) | ||
set(UNIFIED_RUNTIME_TAG 098b31066bb30b5f5978d3e95e4e4070ef11bfe4) | ||
|
||
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO) | ||
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}") | ||
|