Skip to content

Commit

Permalink
[UR][L0][Image] Set ZeImageDesc member of _ur_image in release build … (
Browse files Browse the repository at this point in the history
#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 <neil.r.spruit@intel.com>
Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
  • Loading branch information
nrspruit and aarongreig authored Apr 15, 2024
1 parent 71358f0 commit a884a54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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 758c61490442456933e3957aac568e13287429eb
# Merge: e2b5b7fa e2e44728
# commit 6ccaf38708cfa614ab7f9b34c351826cd74028f2
# Merge: 0eab26c7 0497923a
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Wed Apr 10 16:15:45 2024 +0100
# Merge pull request #1483 from nrspruit/fix_inorder_lists_reuse
# [L0] Fix regular in order command list reuse given inorder queue
set(UNIFIED_RUNTIME_TAG 758c61490442456933e3957aac568e13287429eb)
# Date: Fri Apr 12 10:22:00 2024 +0100
# Merge pull request #1498 from wenju-he/ZeImageDesc-urMemImageCreateWithNativeHandle
# [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
set(UNIFIED_RUNTIME_TAG 6ccaf38708cfa614ab7f9b34c351826cd74028f2)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
3 changes: 1 addition & 2 deletions sycl/test-e2e/Plugin/interop-level-zero-image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
// RUN: %{run} %t.out

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

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

0 comments on commit a884a54

Please sign in to comment.