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)
58
58
# 'utils' target from 'level-zero-loader' includes path which is prefixed
59
59
# in the source directory, this breaks the installation of 'utils' target.
60
60
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
62
62
EXPORT ${PROJECT_NAME} -targets
63
63
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
64
64
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
Original file line number Diff line number Diff line change 13
13
14
14
#include " ../device.hpp"
15
15
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
-
25
16
template <>
26
17
ze_structure_type_t
27
18
getZeStructureType<zex_intel_queue_copy_operations_offload_hint_exp_desc_t >() {
You can’t perform that action at this time.
0 commit comments