Skip to content

Commit 723b7b7

Browse files
authored
[UR][L0] Update main UR tag to 717791b (#13474)
This pulls in fixes from: oneapi-src/unified-runtime#1298 oneapi-src/unified-runtime#1495 oneapi-src/unified-runtime#1517 Also remove now unnecessary XFAIL from Basic/kernel_max_wg_size.cpp
1 parent 014004c commit 723b7b7

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9595
endfunction()
9696

9797
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit 003d4da84fd6eda5240c9b90217f8901559a28a4
99-
# Merge: e38e79e6 7a5c1ad1
98+
# commit 717791bfc636a1cd69f95f09fea15fcd70a9fb23
99+
# Merge: 601062ba f8c4facd
100100
# Author: aarongreig <[email protected]>
101-
# Date: Wed Apr 17 17:52:21 2024 +0100
102-
# Merge pull request #1402 from AllanZyne/user-after-free
103-
# [DeviceSanitizer] Checking "sycl::free" related errors
104-
set(UNIFIED_RUNTIME_TAG 003d4da84fd6eda5240c9b90217f8901559a28a4)
101+
# Date: Fri Apr 19 10:35:14 2024 +0100
102+
# Merge pull request #1517 from nrspruit/fix_l0_coverity_sync
103+
# [L0] Store LastCommandEvent before unlock during queue sync
104+
set(UNIFIED_RUNTIME_TAG 717791bfc636a1cd69f95f09fea15fcd70a9fb23)
105105

106106
fetch_adapter_source(level_zero
107107
${UNIFIED_RUNTIME_REPO}

sycl/test-e2e/Basic/kernel_max_wg_size.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// REQUIRES: gpu && (gpu-intel-pvc || gpu-intel-dg2)
77
// UNSUPPORTED: cuda || hip
88

9-
// Currently fails because of issue in UR Level Zero adapter.
10-
// XFAIL: level_zero
11-
129
// clang-format off
1310
#include <sycl/sycl.hpp>
1411
#include <sycl/ext/intel/experimental/grf_size_properties.hpp>

0 commit comments

Comments
 (0)