Skip to content

[OpenCL] Add Command Buffer extension to OpenCL adapter. #11719

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
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
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/martygrant/unified-runtime.git")
# commit 036b9cfcd8fb4be9394449b5406e6402580a63c9
# Merge: 2ab0734 86f96f0
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Fri Oct 27 16:36:23 2023 +0100
# Merge pull request #961 from hdelan/change-unions-to-stdvariant
# [HIP][CUDA] Change unions in ur_mem_handle_t_ to stdvariant
set(UNIFIED_RUNTIME_TAG 036b9cfcd8fb4be9394449b5406e6402580a63c9)
set(UNIFIED_RUNTIME_TAG 6b423d8b1928c69e82e7c0221ac0d2b8f55b8d53)

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