Skip to content

Commit

Permalink
[UR] Bump tag to 5b3750d6
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenzie committed Jan 24, 2024
1 parent 1df4d4d commit 08957df
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/pasaulais/unified-runtime.git")
# commit f0ea491fa931c302cb617fc939b06edab458ee75
# Author: Pierre-Andre Saulais <pierre-andre@codeplay.com>
# Date: Mon Nov 20 11:50:33 2023 +0000
#
# [CUDA] Move CUPTI function pointers to a separate struct
set(UNIFIED_RUNTIME_TAG f0ea491fa931c302cb617fc939b06edab458ee75)
# commit 5b3750d6d7edc46a8d3956e370d17ffaacad0d6e
# Merge: 6fb1e547 4b2ac71e
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jan 24 11:48:06 2024 +0000
# Merge pull request #1070 from pasaulais/pa/dlopen-cupti
# [CUDA] Dynamically load the CUPTI library when tracing
set(UNIFIED_RUNTIME_TAG 5b3750d6d7edc46a8d3956e370d17ffaacad0d6e)

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 08957df

Please sign in to comment.