Skip to content

Commit 554f8c6

Browse files
author
omarahmed1111
committed
Add clang-nvlink-wrapper to sycl-toolchain
1 parent 83ca7aa commit 554f8c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,10 @@ set( SYCL_TOOLCHAIN_DEPLOY_COMPONENTS
474474
${SYCL_TOOLCHAIN_DEPS}
475475
)
476476

477+
if("cuda" IN_LIST SYCL_ENABLE_BACKENDS)
478+
list(APPEND SYCL_TOOLCHAIN_DEPLOY_COMPONENTS clang-nvlink-wrapper)
479+
endif()
480+
477481
if (WIN32)
478482
list(APPEND SYCL_TOOLCHAIN_DEPLOY_COMPONENTS ur_win_proxy_loader)
479483
endif()

0 commit comments

Comments
 (0)