Files
mscclpp/test/mp_unit/CMakeLists.txt
Changho Hwang 199468bc47 Revise NVLS interface (#458)
* Rename `NvlsConnection::DeviceMulticastPointer` to `SwitchChannel`
* Minor interface improvements
2025-07-12 00:33:03 +00:00

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
)