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 1da530d commit 897e286Copy full SHA for 897e286
backends/cuda/CMakeLists.txt
@@ -55,8 +55,6 @@ target_link_options(aoti_cuda PUBLIC -Wl,--export-dynamic)
55
target_link_libraries(
56
aoti_cuda
57
PUBLIC aoti_common CUDA::cudart ${CMAKE_DL_LIBS}
58
- # Link PyTorch libraries for AOTI CUDA functions
59
- ${TORCH_LIBRARIES}
60
)
61
# If you need other CUDA libraries, link them similarly:
62
# target_link_libraries(aoti_cuda PUBLIC CUDA::cublas CUDA::cufft ...)
0 commit comments