mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
Co-authored-by: Saeed Maleki <saemal@microsoft.com> Co-authored-by: Binyang Li <binyli@microsoft.com>
12 lines
250 B
CMake
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
|
|
)
|