File tree 2 files changed +6
-9
lines changed 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
95
95
endfunction ()
96
96
97
97
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
100
100
# 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 )
105
105
106
106
fetch_adapter_source(level_zero
107
107
${UNIFIED_RUNTIME_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