File tree 2 files changed +5
-8
lines changed 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent)
58
58
59
59
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit e9f363d5eed413e53f9f96b0f4550921d5fb86b3
60
+ # commit 84d7a4970a6e094a0648a0d1d60d10389b71fad3 (tag: v0.9.0)
61
61
# 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 )
66
66
67
67
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
68
68
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
Original file line number Diff line number Diff line change 6
6
// REQUIRES: gpu && (gpu-intel-pvc || gpu-intel-dg2)
7
7
// UNSUPPORTED: cuda || hip
8
8
9
- // Currently fails because of issue in UR Level Zero adapter.
10
- // XFAIL: level_zero
11
-
12
9
// clang-format off
13
10
#include < sycl/sycl.hpp>
14
11
#include < sycl/ext/intel/experimental/grf_size_properties.hpp>
You can’t perform that action at this time.
0 commit comments