Skip to content

Commit 7e62dd3

Browse files
nrspruitkbenzie
andauthored
[UR][L0] Fix native kernel usage, multi device kernel pointer and WorkSize (#12513)
- Fix native kernel usage given no kernel creation in kernel map - fix set of kernel function pointer given multi device - Fix Global WorkSize variable to use a local variable to avoid invalid memory access. - pre-commit PR for oneapi-src/unified-runtime#1289 --------- Signed-off-by: Spruit, Neil R <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 5582ce4 commit 7e62dd3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime")
60-
# commit 51d7180c344bbc2f942533e5fc51b0b04871f8d5
61-
# Merge: b66cf9b1 0e37380e
60+
# commit 73d85ef9f48ec4d1f213066a31ed7e4402b5499b
61+
# Merge: e46dc359 7985d3ee
6262
# Author: Kenneth Benzie (Benie) <[email protected]>
63-
# Date: Fri Jan 26 12:20:20 2024 +0000
64-
# Merge pull request #1205 from ykhatav/ur_dependentload
65-
# [UR] add dependent-load flag to exclude CWD from default search path …
66-
set(UNIFIED_RUNTIME_TAG 51d7180c344bbc2f942533e5fc51b0b04871f8d5)
63+
# Date: Mon Jan 29 14:26:08 2024 +0000
64+
# Merge pull request #1289 from nrspruit/fix_multiDevice
65+
# [L0] Fix native kernel usage, multi device kernel pointer and WorkSize
66+
set(UNIFIED_RUNTIME_TAG 73d85ef9f48ec4d1f213066a31ed7e4402b5499b)
6767

6868
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6969
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)