File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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-
2516template <>
2617ze_structure_type_t
2718getZeStructureType<zex_intel_queue_copy_operations_offload_hint_exp_desc_t >() {
You can’t perform that action at this time.
0 commit comments