Skip to content

Commit

Permalink
remove extra cuda linking for smoketest_cuda (#154)
Browse files Browse the repository at this point in the history
covered by ${CUDA_LIBRARIES}
  • Loading branch information
slabasan authored Apr 23, 2024
1 parent 7e23f77 commit 1e5d5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(PERFFLOWASPECT_WITH_CUDA)
message(STATUS " [*] Adding test: smoketest_cuda")
set(CUDA_NVCC_FLAGS "-ccbin ${CMAKE_CXX_COMPILER} -Xcompiler=-Xclang -Xcompiler=-load -Xcompiler=-Xclang -Xcompiler=../../../weaver/weave/libWeavePass.so")
cuda_add_executable(smoketest_cuda smoketest_cuda_wrapper.cpp smoketest_cuda_kernel.cu)
target_link_libraries(smoketest_cuda ${perfflow_deps} ${CUDA_LIBRARIES} cuda)
target_link_libraries(smoketest_cuda ${perfflow_deps} ${CUDA_LIBRARIES})
endif()

configure_file(t0001-cbinding-basic.t.in
Expand Down

0 comments on commit 1e5d5fa

Please sign in to comment.