Skip to content
Closed
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/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit f5c907a0f74fd6729be5c2e137144f1a43f87111
# Merge: 9ca3ec7 be38e567
# commit 1d1808a4aef6e81b8079ebca49087b6f2965f85e
# Merge: f5c907a0 762eb9fa
# Author: aarongreig <aaron.greig@codeplay.com>
# Date: Mon Sep 23 08:27:12 2024 -0700
# Merge pull request #1830 from JackAKirk/hip-set-device
# [hip] Remove deprecated hip APIs, simplify urContext
set(UNIFIED_RUNTIME_TAG f5c907a0f74fd6729be5c2e137144f1a43f87111)
# Date: Tue Sep 24 03:54:45 2024 -0700
# Merge pull request #2095 from Bensuo/ewan/update_opencl_headers
# Reflect upstream OpenCL command-buffer API changes
set(UNIFIED_RUNTIME_TAG 1d1808a4aef6e81b8079ebca49087b6f2965f85e)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Expand Down