Skip to content

Draft to test [UR][CUDA] Fix compatibility with CUDA 11.x #11773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,9 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")

# commit be53fb3ba5bf1ac33051456d72c61b6a01d94a72
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Tue Oct 31 13:22:52 2023 +0000
# - Merge pull request #932 from Bensuo/cuda-cmd-buffers
# - [CUDA][EXP] CUDA adapter support for command buffers
set(UNIFIED_RUNTIME_TAG be53fb3ba5bf1ac33051456d72c61b6a01d94a72)
set(UNIFIED_RUNTIME_REPO "https://github.com/al42and/unified-runtime.git")

set(UNIFIED_RUNTIME_TAG fix-cuda-11-8-compat)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down