File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,8 @@ set( SYCL_TOOLCHAIN_DEPLOY_COMPONENTS
455
455
sycl-headers-extras
456
456
sycl
457
457
libsycldevice
458
- level-zero-sycl-dev
458
+ unified-memory-framework
459
+ unified-runtime-loader
459
460
${XPTIFW_LIBS}
460
461
${SYCL_TOOLCHAIN_DEPS}
461
462
)
Original file line number Diff line number Diff line change @@ -232,14 +232,10 @@ find_package(Threads REQUIRED)
232
232
233
233
if (TARGET UnifiedRuntimeLoader )
234
234
# Install the UR loader.
235
- # TODO: this is piggy-backing on the existing target component level-zero-sycl-dev
236
- # When UR is moved to its separate repo perhaps we should introduce new component,
237
- # e.g. unified-runtime-sycl-dev.
238
- # See github issue #14598
239
235
install (TARGETS ur_loader
240
- LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT level-zero-sycl-dev
241
- ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT level-zero-sycl-dev
242
- RUNTIME DESTINATION "bin" COMPONENT level-zero-sycl-dev
236
+ LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT unified-runtime-loader
237
+ ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT unified-runtime-loader
238
+ RUNTIME DESTINATION "bin" COMPONENT unified-runtime-loader
243
239
)
244
240
endif ()
245
241
@@ -303,8 +299,7 @@ if("native_cpu" IN_LIST SYCL_ENABLE_BACKENDS)
303
299
endif ()
304
300
endif ()
305
301
306
- # TODO: this is piggy-backing on the existing target component level-zero-sycl-dev
307
302
install (TARGETS umf
308
- LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT level-zero-sycl-dev
309
- ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT level-zero-sycl-dev
310
- RUNTIME DESTINATION "bin" COMPONENT level-zero-sycl-dev )
303
+ LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT unified-memory-framework
304
+ ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX} " COMPONENT unified-memory-framework
305
+ RUNTIME DESTINATION "bin" COMPONENT unified-memory-framework )
You can’t perform that action at this time.
0 commit comments