Skip to content

Commit 26036c8

Browse files
committed
[SYCL][Graph] Bump UR commit to kernel update
The new entry-points added are currently unused by SYCL-Graph, but will be build upon later. See oneapi-src/unified-runtime#1089
1 parent 91087b9 commit 26036c8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ 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 be849b2f745fc525cf77bc2fe42c469751093706
61-
# Merge: 47102cb2 92a02504
62-
# Author: aarongreig <aaron.greig@codeplay.com>
63-
# Date: Mon Feb 12 10:01:50 2024 +0000
64-
# Merge pull request #1324 from raiyanla/event-opt
65-
# [L0] Allocate event pools efficiently in multi-device scenarios
66-
set(UNIFIED_RUNTIME_TAG be849b2f745fc525cf77bc2fe42c469751093706)
67-
60+
# commit 8ff738f424de6f84fa16c9f7d41c8c70b766665d
61+
# Merge: 5e548c5e fbdaf72a
62+
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
63+
# Date: Tue Feb 13 13:01:03 2024 +0100
64+
# Merge pull request #1089 from Bensuo/ewan/update
65+
# [EXP][Command-Buffer] Add kernel command update
66+
set(UNIFIED_RUNTIME_TAG 8ff738f424de6f84fa16c9f7d41c8c70b766665d)
67+
6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
7070
endif()

sycl/plugins/unified_runtime/pi2ur.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4477,7 +4477,8 @@ inline pi_result piextCommandBufferNDRangeKernel(
44774477

44784478
HANDLE_ERRORS(urCommandBufferAppendKernelLaunchExp(
44794479
UrCommandBuffer, UrKernel, WorkDim, GlobalWorkOffset, GlobalWorkSize,
4480-
LocalWorkSize, NumSyncPointsInWaitList, SyncPointWaitList, SyncPoint));
4480+
LocalWorkSize, NumSyncPointsInWaitList, SyncPointWaitList, SyncPoint,
4481+
nullptr));
44814482

44824483
return PI_SUCCESS;
44834484
}

0 commit comments

Comments
 (0)