Skip to content
Draft
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
3 changes: 0 additions & 3 deletions sycl/test-e2e/Experimental/ipc_memory.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// REQUIRES: aspect-usm_device_allocations && aspect-ext_oneapi_ipc_memory

// UNSUPPORTED: level_zero && windows
// UNSUPPORTED-TRACKER: UMFW-348

// DEFINE: %{cpp20} = %if cl_options %{/clang:-std=c++20%} %else %{-std=c++20%}

// RUN: %{build} -o %t.out
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Experimental/ipc_put_after_free.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// REQUIRES: aspect-usm_device_allocations && aspect-ext_oneapi_ipc_memory

// UNSUPPORTED: level_zero && windows
// UNSUPPORTED-TRACKER: UMFW-348

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
6 changes: 1 addition & 5 deletions unified-runtime/source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ if(umf_FOUND)
else()
set(UMF_REPO "https://github.com/oneapi-src/unified-memory-framework.git")

# commit 1209db2c5702b5de773ffc117b03e62f57f9554f
# Author: Łukasz Ślusarczyk <[email protected]>
# Date: Mon Aug 25 13:35:07 2025 +0200
# Add resident device change call
set(UMF_TAG v1.1.0-dev3)
set(UMF_TAG v1.1.0-dev4)

if(NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-MEMORY-FRAMEWORK)
message(STATUS "Will fetch Unified Memory Framework from ${UMF_REPO}")
Expand Down
Loading