Skip to content

Commit

Permalink
Update CMakeLists UR TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
przemektmalon committed Feb 6, 2024
1 parent dd4317b commit 73614cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}")
Expand Down

0 comments on commit 73614cb

Please sign in to comment.