mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Missing Nccl library
This commit is contained in:
parent
3a9b3a64fd
commit
af6b373fa6
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ if (onnxruntime_USE_CUDA)
|
|||
|
||||
if (onnxruntime_USE_NCCL)
|
||||
target_include_directories(onnxruntime_providers_cuda PRIVATE ${NCCL_INCLUDE_DIRS})
|
||||
target_link_libraries(onnxruntime_providers_cuda PRIVATE ${NCCL_LIBRARIES})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue