Skip to content

Commit d2817d6

Browse files
mfrancepilloisEwanCkbenzie
authored
[SYCL][Graph][CUDA] Graph buffer fill node improvement (#12605)
Graph support in the CUDA backend for graph buffer fill nodes has been improved in UR PR oneapi-src/unified-runtime#1319 --------- Co-authored-by: Ewan Crawford <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent cbffacd commit d2817d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 418ad5354ca24a6dfbd01df803949855b7a6c3dd
61-
# Merge: d99d5f74 26682290
62-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63-
# Date: Thu Mar 14 10:19:56 2024 +0000
64-
# Merge pull request #1365 from Bensuo/maxime/improve-L0-cmd-buffer-enqueing
65-
# [EXP][CMDBUF] Move event reset commands to dedicated cmd-list
66-
set(UNIFIED_RUNTIME_TAG 418ad5354ca24a6dfbd01df803949855b7a6c3dd)
60+
# commit ec634ff05b067d7922ec45059dda94665e5dcd9b
61+
# Merge: 418ad535 8714b853
62+
# Author: Piotr Balcer <piotr.balcer@intel.com>
63+
# Date: Thu Mar 14 15:52:52 2024 +0100
64+
# Merge pull request #1438 from PatKamin/disable-fuzztests
65+
# Disable fuzz tests on ubuntu-22.04 runner
66+
set(UNIFIED_RUNTIME_TAG ec634ff05b067d7922ec45059dda94665e5dcd9b)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)