File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,8 @@ endif()
5656if (SYCL_PI_UR_USE_FETCH_CONTENT)
5757 include (FetchContent)
5858
59- set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60- # commit 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86 (HEAD -> main, gitlab-orion-origin/main)
61- # Author: Weronika Lewandowska <[email protected] > 62- # Date: Fri Dec 22 10:11:47 2023 +0100
63- # Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
64- # [NATIVECPU] Remove event.hpp inclusion
65- set (UNIFIED_RUNTIME_TAG 8c2d93dd12856dc699cb5b38fe3bd91bd6298a86)
59+ set (UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git" )
60+ set (UNIFIED_RUNTIME_TAG 0667a9a00eb6437c6786de5c59faa3c0398b6052)
6661
6762 if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6863 set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ static pi_result ur2piResult(ur_result_t urResult) {
122122 return PI_ERROR_INVALID_BINARY;
123123 case UR_RESULT_ERROR_INVALID_GLOBAL_NAME:
124124 return PI_ERROR_INVALID_VALUE;
125- case UR_RESULT_ERROR_INVALID_FUNCTION_NAME :
125+ case UR_RESULT_ERROR_FUNCTION_ADDRESS_NOT_AVAILABLE :
126126 return PI_ERROR_FUNCTION_ADDRESS_IS_NOT_AVAILABLE;
127127 case UR_RESULT_ERROR_INVALID_GROUP_SIZE_DIMENSION:
128128 return PI_ERROR_INVALID_WORK_DIMENSION;
You can’t perform that action at this time.
0 commit comments