Skip to content

Commit

Permalink
Remove linking of private cuda targets (pytorch#141463)
Browse files Browse the repository at this point in the history
Fixes #ISSUE_NUMBER

Pull Request resolved: pytorch#141463
Approved by: https://github.com/malfet
  • Loading branch information
cyyever authored and pytorchmergebot committed Nov 26, 2024
1 parent 648f5d9 commit 6d4cd3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions caffe2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1834,9 +1834,6 @@ if(BUILD_TEST)
endif()
endif()
endforeach()
if(TARGET context_gpu_test)
target_link_libraries(context_gpu_test caffe2::curand caffe2::cublas)
endif()
endif()

if(USE_XPU)
Expand Down

0 comments on commit 6d4cd3e

Please sign in to comment.