Skip to content

Commit

Permalink
[SYCL][Graph] Fix L0 multi-device kernel bundles (#16343)
Browse files Browse the repository at this point in the history
Bumps UR commit to
oneapi-src/unified-runtime#2454 which contains a
fix for using kernel bundles associated with a multi-device context in a
SYCL-Graph

---------

Co-authored-by: Martin Morrison-Grant <martin.morrisongrant@codeplay.com>
  • Loading branch information
EwanC and martygrant authored Dec 13, 2024
1 parent 12134d7 commit 40f0a6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit 4739d4cc30534d80fba4c876bfbafa51d3cad53a
# Merge: b0d133d5d5e8 44b4ff98ae79
# commit b7047f6c36ec17b8560c2f1cd9ac9521715a9127
# Merge: 73e5f3c6ff2d fcddf077c290
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
# Date: Fri Dec 13 11:30:56 2024 +0000
# Merge pull request #2437 from bashbaug/add-opencl-device-queries
# add a few missing Intel GPU device queries, fix device ID query
set(UNIFIED_RUNTIME_TAG 4739d4cc30534d80fba4c876bfbafa51d3cad53a)
# Date: Fri Dec 13 14:20:15 2024 +0000
# Merge pull request #2454 from Bensuo/l0_cmd-buf_multi-device
# Fix L0 command-buffer consumption of multi-device kernels
set(UNIFIED_RUNTIME_TAG b7047f6c36ec17b8560c2f1cd9ac9521715a9127)

0 comments on commit 40f0a6a

Please sign in to comment.