File tree 1 file changed +2
-8
lines changed
sycl/plugins/unified_runtime 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,8 @@ endif()
56
56
if (SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent)
58
58
59
- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit e2ee9a4720414e0a59fa9c911e9575ab564ac57c
61
- # Merge: 7a5150cd be622e7c
62
- # Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Sun Mar 10 18:02:50 2024 +0000
64
- # Merge pull request #1340 from Bensuo/ewan/coverity_cuda_update
65
- # [HIP][CUDA][Command-Buffer] Fix Coverity issues in HIP/CUDA command-buffer code
66
- set (UNIFIED_RUNTIME_TAG e2ee9a4720414e0a59fa9c911e9575ab564ac57c)
59
+ set (UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git" )
60
+ set (UNIFIED_RUNTIME_TAG e9f855d478c25d6f1d75ad3d3687a3a7e4747297)
67
61
68
62
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
69
63
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments