Skip to content

Commit 53c6888

Browse files
EwanCkbenzie
andauthored
[SYCL][Graph][CUDA] Fix 11.x build issue in UR command-buffers (#12989)
Test UR PR oneapi-src/unified-runtime#1426 that default initializes CUDA_KERNEL_NODE_PARAMS to prevents errors from trying to set data members which are not present before version 12.0 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 7b9001e commit 53c6888

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ 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 e2ee9a4720414e0a59fa9c911e9575ab564ac57c
61-
# Merge: 7a5150cd be622e7c
60+
# commit 1f6cbe61d9a142d88d8edf90c655e3cb9f0b6fb9
6261
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Sun Mar 10 18:02:50 2024 +0000
64-
# Merge pull request #1340 from Bensuo/ewan/coverity_cuda_update
65-
# [HIP][CUDA][Command-Buffer] Fix Coverity issues in HIP/CUDA command-buffer code
66-
set(UNIFIED_RUNTIME_TAG e2ee9a4720414e0a59fa9c911e9575ab564ac57c)
62+
# Date: Tue Mar 12 10:35:28 2024 +0000
63+
# Merge pull request #1426 from Bensuo/ben/cuda-param-fix
64+
# [CUDA] Fix build issue with version < 12.0
65+
set(UNIFIED_RUNTIME_TAG 1f6cbe61d9a142d88d8edf90c655e3cb9f0b6fb9)
6766

6867
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6968
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)