Skip to content
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

[SYCL][NativeCPU] Handle null phEvent. #16868

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/hvdijk/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
16 changes: 9 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# commit e2df8acd37c3c159364cfdf9dfdc1be35b71779e
# Merge: 992ff37f 3a31ffee
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Fri Jan 31 10:15:03 2025 +0000
# Merge pull request #2575 from DBDuncan/duncan/extend-copies
# [CUDA][Bindless] Add support for device to device pitched copies and host to host copies
set(UNIFIED_RUNTIME_TAG e2df8acd37c3c159364cfdf9dfdc1be35b71779e)
# commit 04882ba3abd976df81455ea5142b6b0d7c306efc
# Author: Harald van Dijk <[email protected]>
# Date: Fri Jan 31 17:26:43 2025 +0000
#
# [NativeCPU] Handle null phEvent.
#
# The documentation for urEnqueueKernelLaunch marks phEvent as optional,
# so make sure we only set it if provided.
set(UNIFIED_RUNTIME_TAG 04882ba3abd976df81455ea5142b6b0d7c306efc)