Skip to content
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

[UR][CUDA] Remove unused function variant #12583

Merged
merged 1 commit into from
Apr 12, 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 @@ -121,13 +121,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(cuda
${UNIFIED_RUNTIME_REPO}
# commit 6e76c98a1f5cd3c4f5e99011e92bd55b3a46cc4c
# Merge: 08b3e8fe 834e6435
# commit 0eab26c7925c5ef341a6409d3766686b060b736b
# Merge: 70ba1503 1cf4a4e9
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Apr 10 16:26:17 2024 +0100
# Merge pull request #1220 from fabiomestre/fabio/cuda_multimap
# [CUDA] Add support for multiple active mappings
6e76c98a1f5cd3c4f5e99011e92bd55b3a46cc4c
# Date: Fri Apr 12 09:58:26 2024 +0100
# Merge pull request #1310 from pasaulais/remove-old-cuda-tracing-fn
# [CUDA] Remove unused function variant
0eab26c7925c5ef341a6409d3766686b060b736b
)

fetch_adapter_source(hip
Expand Down
Loading