mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Remove unnecessary cuda libraries refernced in cmake (#7824)
This commit is contained in:
parent
93c8e29782
commit
9241d76396
1 changed files with 0 additions and 1 deletions
|
|
@ -1402,7 +1402,6 @@ if (onnxruntime_USE_CUDA)
|
|||
list(APPEND ONNXRUNTIME_CUDA_LIBRARIES cublas cudnn curand cufft)
|
||||
endif()
|
||||
|
||||
list(APPEND onnxruntime_EXTERNAL_LIBRARIES ${ONNXRUNTIME_CUDA_LIBRARIES})
|
||||
if(NOT CMAKE_CUDA_ARCHITECTURES)
|
||||
if(CMAKE_LIBRARY_ARCHITECTURE STREQUAL "aarch64-linux-gnu")
|
||||
# Support for Jetson/Tegra ARM devices
|
||||
|
|
|
|||
Loading…
Reference in a new issue