Skip to content

[UR] Remove unused function prototypes #13072

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

Merged
merged 1 commit into from
Apr 1, 2024
Merged
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
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 0c0f48db1bbe6f507297f1b9a7fd6016decb282b
# Merge: d7ce779b d80a3655
# commit 0816206d9e863b88feadf9139c9bb829dcc0d2de
# Merge: 0c0f48db 46f69b9f
# Author: aarongreig <[email protected]>
# Date: Thu Mar 28 10:25:01 2024 +0000
# Merge pull request #1467 from aarongreig/aaron/eventExecStatusError
# Add new ERROR status for events, and corresponding error code.
set(UNIFIED_RUNTIME_TAG 0c0f48db1bbe6f507297f1b9a7fd6016decb282b)
# Date: Mon Apr 1 10:22:25 2024 +0100
# Merge pull request #1460 from hdelan/remove-unused-prototypes
# [HIP][CUDA] Remove function prototypes from enqueue.hpp
set(UNIFIED_RUNTIME_TAG 0816206d9e863b88feadf9139c9bb829dcc0d2de)

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