File tree 1 file changed +6
-7
lines changed
sycl/plugins/unified_runtime 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,12 @@ 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 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e
61
- # Merge: c98fdbcf f67dc0c6
62
- # Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Thu Mar 21 17:08:13 2024 +0000
64
- # Merge pull request #1445 from raiyanla/enable-in-order
65
- # [L0] Enable default support for L0 in-order lists
66
- set (UNIFIED_RUNTIME_TAG 4c22f5c69dc0c36ad135a3f3bc4021b47b22585e)
60
+ # commit 9da95681cb411bcb10f21566a8a341e10f0e8a4e
61
+ # Author: aarongreig <[email protected] >
62
+ # Date: Mon Mar 25 10:03:01 2024 +0000
63
+ # Merge pull request #1461 from Bensuo/coverity_L0_update
64
+ # [Cmd-Buf][L0] Fix Coverity unsigned comparison report
65
+ set (UNIFIED_RUNTIME_TAG 9da95681cb411bcb10f21566a8a341e10f0e8a4e)
67
66
68
67
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
69
68
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments