mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-20 21:09:13 +00:00
* Rename `NvlsConnection::DeviceMulticastPointer` to `SwitchChannel` * Minor interface improvements
14 lines
303 B
CMake
14 lines
303 B
CMake
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT license.
|
|
|
|
target_sources(mp_unit_tests PRIVATE
|
|
mp_unit_tests.cc
|
|
bootstrap_tests.cc
|
|
ib_tests.cu
|
|
communicator_tests.cu
|
|
port_channel_tests.cu
|
|
memory_channel_tests.cu
|
|
switch_channel_tests.cu
|
|
executor_tests.cc
|
|
)
|