Files
mscclpp/test/mp_unit/CMakeLists.txt
Changho Hwang 4114d65c60 Documents & minor updates (#119)
Co-authored-by: Saeed Maleki <saemal@microsoft.com>
Co-authored-by: Binyang Li <binyli@microsoft.com>
2023-07-07 17:35:05 +08:00

12 lines
250 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
proxy_channel_tests.cu
sm_channel_tests.cu
)