Skip to content

Commit

Permalink
Pull in changes from UR PR 1196
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed May 8, 2024
1 parent 1370060 commit 2c58065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
# commit 8438b8a1de1ddc6e05e3bc012fb6be74d2e830e4
# Merge: 6076b0622452 847b3ace28b8
# Author: Fábio <fabio.mestre@codeplay.com>
# Date: Mon May 6 18:00:46 2024 +0100
# Merge branch 'main' into fabio/command-buffer-refactor
# [EXP][Command-Buffer] Remove duplicated code from headers
set(UNIFIED_RUNTIME_TAG 8438b8a1de1ddc6e05e3bc012fb6be74d2e830e4)
set(UNIFIED_RUNTIME_TAG aaron/replaceProgramInfoSourceWithIL)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
Expand Down
4 changes: 0 additions & 4 deletions sycl/plugins/unified_runtime/pi2ur.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1991,10 +1991,6 @@ inline pi_result piProgramGetInfo(pi_program Program, pi_program_info ParamName,
PropName = UR_PROGRAM_INFO_DEVICES;
break;
}
case PI_PROGRAM_INFO_SOURCE: {
PropName = UR_PROGRAM_INFO_SOURCE;
break;
}
case PI_PROGRAM_INFO_BINARY_SIZES: {
PropName = UR_PROGRAM_INFO_BINARY_SIZES;
break;
Expand Down

0 comments on commit 2c58065

Please sign in to comment.