We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79eaf3c commit dc1120dCopy full SHA for dc1120d
behavior_tests/src/cmake_dpct_target_link_libraries/CMakeLists.txt
@@ -19,4 +19,4 @@ include_directories(${CUDNN_INCLUDE_DIR})
19
set(SOURCES
20
${CMAKE_SOURCE_DIR}/main.dp.cpp)
21
add_executable(foo-bar ${SOURCES})
22
-target_link_sycl_libraries(foo-bar PUBLIC CUDA::cublas cudnn)
+target_link_sycl_libraries(foo-bar PUBLIC CUDA::cublas cudnn)
0 commit comments