Skip to content

Commit

Permalink
Do not link against CUDA driver when building (#1240)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Moon <[email protected]>
  • Loading branch information
timmoon10 authored Oct 14, 2024
1 parent 55dcbb4 commit 86f07be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transformer_engine/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ target_include_directories(transformer_engine PUBLIC
# Configure dependencies
target_link_libraries(transformer_engine PUBLIC
CUDA::cublas
CUDA::cuda_driver
CUDA::cudart)
target_include_directories(transformer_engine PRIVATE
${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES})
Expand Down

0 comments on commit 86f07be

Please sign in to comment.