Skip to content

Commit

Permalink
[UR][L0] Fix native kernel usage, multi device kernel pointer and Wor…
Browse files Browse the repository at this point in the history
…kSize (intel#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 <neil.r.spruit@intel.com>
Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
  • Loading branch information
nrspruit and kbenzie committed Jan 29, 2024
1 parent 5582ce4 commit 7e62dd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

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

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit 7e62dd3

Please sign in to comment.