Skip to content

Commit d899d05

Browse files
committed
Remove redefinitions in L0 V2
1 parent 1344ff0 commit d899d05

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

source/adapters/level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if(UR_BUILD_ADAPTER_L0)
5858
# 'utils' target from 'level-zero-loader' includes path which is prefixed
5959
# in the source directory, this breaks the installation of 'utils' target.
6060
set_target_properties(utils PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "")
61-
install(TARGETS ur_umf LevelZeroLoader LevelZeroLoader-Headers ze_loader utils
61+
install(TARGETS ur_umf LevelZeroLoader LevelZeroLoader-Headers ComputeRuntimeLevelZero-Headers ze_loader utils
6262
EXPORT ${PROJECT_NAME}-targets
6363
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
6464
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}

source/adapters/level_zero/v2/command_list_cache.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@
1313

1414
#include "../device.hpp"
1515

16-
typedef struct _zex_intel_queue_copy_operations_offload_hint_exp_desc_t {
17-
ze_structure_type_t stype;
18-
const void *pNext;
19-
ze_bool_t copyOffloadEnabled;
20-
} zex_intel_queue_copy_operations_offload_hint_exp_desc_t;
21-
22-
#define ZEX_INTEL_STRUCTURE_TYPE_QUEUE_COPY_OPERATIONS_OFFLOAD_HINT_EXP_PROPERTIES \
23-
(ze_structure_type_t)0x0003001B
24-
2516
template <>
2617
ze_structure_type_t
2718
getZeStructureType<zex_intel_queue_copy_operations_offload_hint_exp_desc_t>() {

0 commit comments

Comments
 (0)