Skip to content

Commit 236383e

Browse files
aarongreigkbenzie
authored andcommitted
[UR][L0] Update main UR tag to 717791b (intel#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 4398219 commit 236383e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit e9f363d5eed413e53f9f96b0f4550921d5fb86b3
60+
# commit 84d7a4970a6e094a0648a0d1d60d10389b71fad3 (tag: v0.9.0)
6161
# Author: aarongreig <[email protected]>
62-
# Date: Tue Apr 16 10:10:10 2024 +0100
63-
# Merge pull request #1507 from nrspruit/fix_p2p_properties_init
64-
# [L0] Fix to p2p properties init for pNext and stype
65-
set(UNIFIED_RUNTIME_TAG e9f363d5eed413e53f9f96b0f4550921d5fb86b3)
62+
# Date: Fri Apr 19 10:35:14 2024 +0100
63+
# Merge pull request #1517 from nrspruit/fix_l0_coverity_sync
64+
# [L0] Store LastCommandEvent before unlock during queue sync
65+
set(UNIFIED_RUNTIME_TAG v0.9.0)
6666

6767
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6868
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_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)