forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR][OpenCL] Bump UR OpenCL adapter for invalid kernel args (intel#13658
) For UR merge request oneapi-src/unified-runtime#1501 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
- Loading branch information
1 parent
83db85f
commit 16e0670
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -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 | ||
|