Skip to content

Commit f05c1c8

Browse files
Hugh Delaneykbenzie
andauthored
[UR] CUDA multi device ctx (#13616)
oneapi-src/unified-runtime#1565 For UR multi device context, buffer interop is now deprecated since a buffer refers to multiple device pointers. --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 5a09c6a commit f05c1c8

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
115115

116116
fetch_adapter_source(cuda
117117
${UNIFIED_RUNTIME_REPO}
118-
${UNIFIED_RUNTIME_TAG}
118+
# commit d3502dc1c1eac924736fc08529e4d5f149648fd1
119+
# Merge: c911a9b6 71420060
120+
# Author: Kenneth Benzie (Benie) <[email protected]>
121+
# Date: Wed May 22 10:38:34 2024 +0100
122+
# Merge pull request #1565 from hdelan/cuda-multi-dev-ctx
123+
# [CUDA] CUDA adapter multi device context
124+
d3502dc1c1eac924736fc08529e4d5f149648fd1
119125
)
120126

121127
fetch_adapter_source(hip

sycl/test-e2e/Plugin/interop-buffer-cuda.cpp

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)