Skip to content

[UR][L0] Update main UR tag to 717791b #13474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading