File tree 1 file changed +6
-6
lines changed
sycl/plugins/unified_runtime
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent)
58
58
59
59
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit ca5c34213c3484072f32a9ab2b56b0f49ebe712e
61
- # Merge: 4d0183a8 c9be1e28
60
+ # commit ed1f8bf618c88eaabea6bde0f6c06fc265f3b49f
61
+ # Merge: ca5c3421 69c43b45
62
62
# Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Tue Mar 19 16:58:27 2024 +0000
64
- # Merge pull request #1353 from againull/againull/l0_adapter_update_cmd_buffer
65
- # [L0] Support updating kernel commands in command buffers
66
- set (UNIFIED_RUNTIME_TAG ca5c34213c3484072f32a9ab2b56b0f49ebe712e )
63
+ # Date: Tue Mar 19 21:00:20 2024 +0000
64
+ # Merge pull request #1326 from hdelan/refactor-guess-local-worksize
65
+ # [CUDA][HIP] Fix bug in guess local worksize funcs and improve local worksize guessing in HIP adapter
66
+ set (UNIFIED_RUNTIME_TAG ed1f8bf618c88eaabea6bde0f6c06fc265f3b49f )
67
67
68
68
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
69
69
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments