Skip to content

Commit

Permalink
ryans test
Browse files Browse the repository at this point in the history
  • Loading branch information
aciddelgado committed Feb 15, 2024
1 parent 1c3e5cd commit 78f14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(USE_CUDA AND CMAKE_CUDA_COMPILER)
"${CMAKE_CURRENT_SOURCE_DIR}/*.cuh"
)
set_target_properties(unit_tests PROPERTIES LINKER_LANGUAGE CUDA)
target_link_libraries(unit_tests PRIVATE cublasLt cublas cudnn curand cufft cudart)
# target_link_libraries(unit_tests PRIVATE cublasLt cublas cudnn curand cufft cudart)
target_sources(unit_tests PRIVATE ${cuda_test_srcs})
endif()

Expand Down

0 comments on commit 78f14f9

Please sign in to comment.