Skip to content

Commit a884a54

Browse files
nrspruitaarongreig
andauthored
[UR][L0][Image] Set ZeImageDesc member of _ur_image in release build … (#13338)
…for legacy image - reenable the image interop test with fix to image interop in release builds - precommit PR for oneapi-src/unified-runtime#1498 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
1 parent 71358f0 commit a884a54

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9595
endfunction()
9696

9797
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit 758c61490442456933e3957aac568e13287429eb
99-
# Merge: e2b5b7fa e2e44728
98+
# commit 6ccaf38708cfa614ab7f9b34c351826cd74028f2
99+
# Merge: 0eab26c7 0497923a
100100
# Author: aarongreig <[email protected]>
101-
# Date: Wed Apr 10 16:15:45 2024 +0100
102-
# Merge pull request #1483 from nrspruit/fix_inorder_lists_reuse
103-
# [L0] Fix regular in order command list reuse given inorder queue
104-
set(UNIFIED_RUNTIME_TAG 758c61490442456933e3957aac568e13287429eb)
101+
# Date: Fri Apr 12 10:22:00 2024 +0100
102+
# Merge pull request #1498 from wenju-he/ZeImageDesc-urMemImageCreateWithNativeHandle
103+
# [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
104+
set(UNIFIED_RUNTIME_TAG 6ccaf38708cfa614ab7f9b34c351826cd74028f2)
105105

106106
fetch_adapter_source(level_zero
107107
${UNIFIED_RUNTIME_REPO}

sycl/test-e2e/Plugin/interop-level-zero-image.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// RUN: %{run} %t.out
44

55
// spir-v gen for legacy images at O0 not working
6-
// UNSUPPORTED: true
7-
// This test is currently broken see https://github.com/intel/llvm/issues/13090
6+
// UNSUPPORTED: O0
87

98
// This test verifies that make_image is working for 1D, 2D and 3D images.
109
// We instantiate an image with L0, set its body, then use a host accessor to

0 commit comments

Comments
 (0)