Skip to content

Commit 1c35af3

Browse files
[SYCL] [NATIVECPU] Report success for urProgramCompile and urProgramLink (#15616)
Testing PR for oneapi-src/unified-runtime#2176 --------- Co-authored-by: Aaron Greig <[email protected]>
1 parent ab3af3c commit 1c35af3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 80fdb0261d4a3623b05d1795f2f59ace9f718d76
121-
# Merge: 568a96aa 77b6c4c7
120+
# commit b4539da9dfc9a350ec3a9bd5afa39ef8422b4ab9 (HEAD -> main, origin/main, origin/HEAD)
121+
# Merge: e29828f4 e62e6770
122122
# Author: aarongreig <[email protected]>
123-
# Date: Wed Oct 16 13:53:51 2024 +0100
124-
# Merge pull request #2206 from oneapi-src/revert-2138-counter-based-3
125-
# Revert "[L0] Phase 2 of Counter-Based Event Implementation"
126-
set(UNIFIED_RUNTIME_TAG 80fdb0261d4a3623b05d1795f2f59ace9f718d76)
123+
# Date: Wed Oct 16 16:13:27 2024 +0100
124+
# Merge pull request #2176 from PietroGhg/pietro/comp_link
125+
# [NATIVECPU] Report success for urProgramCompile and urProgramLink
126+
set(UNIFIED_RUNTIME_TAG b4539da9dfc9a350ec3a9bd5afa39ef8422b4ab9)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)