Skip to content

Commit

Permalink
[UR][OpenCL] Bump UR OpenCL adapter for invalid kernel args (intel#13658
Browse files Browse the repository at this point in the history
)

For UR merge request
oneapi-src/unified-runtime#1501

---------

Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
  • Loading branch information
RossBrunton and kbenzie authored May 24, 2024
1 parent 83db85f commit 16e0670
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 85771876a5c2a13e3b24c048f0c0d81720d47ccc
# Merge: 42d72b66 00edaab9
# commit 396fb20498c315a526c961d7cb645b42795acd2c
# Merge: 719bb9cd e2ffea69
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Tue May 21 10:15:03 2024 +0100
# Merge pull request #1401 from ph0b/patch-1
# [UR][L0] Return device version based on DeviceIpVersion
set(UNIFIED_RUNTIME_TAG 85771876a5c2a13e3b24c048f0c0d81720d47ccc)
# Date: Thu May 23 10:53:03 2024 +0100
# Merge pull request #1501 from RossBrunton/ross/kerneltests
# [Testing] Spec clarifications and testing updates for kernel
set(UNIFIED_RUNTIME_TAG 396fb20498c315a526c961d7cb645b42795acd2c)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand All @@ -121,13 +121,7 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

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

fetch_adapter_source(hip
Expand Down

0 comments on commit 16e0670

Please sign in to comment.