Skip to content

Commit

Permalink
[UR][L0] Update main UR tag to 717791b (intel#13474)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aarongreig authored Apr 19, 2024
1 parent 014004c commit 723b7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 003d4da84fd6eda5240c9b90217f8901559a28a4
# Merge: e38e79e6 7a5c1ad1
# commit 717791bfc636a1cd69f95f09fea15fcd70a9fb23
# Merge: 601062ba f8c4facd
# Author: aarongreig <[email protected]>
# Date: Wed Apr 17 17:52:21 2024 +0100
# Merge pull request #1402 from AllanZyne/user-after-free
# [DeviceSanitizer] Checking "sycl::free" related errors
set(UNIFIED_RUNTIME_TAG 003d4da84fd6eda5240c9b90217f8901559a28a4)
# Date: Fri Apr 19 10:35:14 2024 +0100
# Merge pull request #1517 from nrspruit/fix_l0_coverity_sync
# [L0] Store LastCommandEvent before unlock during queue sync
set(UNIFIED_RUNTIME_TAG 717791bfc636a1cd69f95f09fea15fcd70a9fb23)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/kernel_max_wg_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// REQUIRES: gpu && (gpu-intel-pvc || gpu-intel-dg2)
// UNSUPPORTED: cuda || hip

// Currently fails because of issue in UR Level Zero adapter.
// XFAIL: level_zero

// clang-format off
#include <sycl/sycl.hpp>
#include <sycl/ext/intel/experimental/grf_size_properties.hpp>
Expand Down

0 comments on commit 723b7b7

Please sign in to comment.