diff --git a/src/ext/ep/config.hpp b/src/ext/ep/config.hpp index 9c713ff2..35f7aacf 100644 --- a/src/ext/ep/config.hpp +++ b/src/ext/ep/config.hpp @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "kernels/api.cuh" diff --git a/src/ext/ep/event.hpp b/src/ext/ep/event.hpp index 947ec549..1cfc828e 100644 --- a/src/ext/ep/event.hpp +++ b/src/ext/ep/event.hpp @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. + #include #include diff --git a/src/ext/ep/kernels/buffer.cuh b/src/ext/ep/kernels/buffer.cuh index de1fb4ee..84e5d230 100644 --- a/src/ext/ep/kernels/buffer.cuh +++ b/src/ext/ep/kernels/buffer.cuh @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "configs.cuh" diff --git a/src/ext/ep/kernels/exception.cuh b/src/ext/ep/kernels/exception.cuh index 5f5a651a..192ef863 100644 --- a/src/ext/ep/kernels/exception.cuh +++ b/src/ext/ep/kernels/exception.cuh @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include diff --git a/src/ext/ep/kernels/internode.cu b/src/ext/ep/kernels/internode.cu index 5c704513..167ab139 100644 --- a/src/ext/ep/kernels/internode.cu +++ b/src/ext/ep/kernels/internode.cu @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "configs.cuh" #include "buffer.cuh" #include "exception.cuh" diff --git a/src/ext/ep/kernels/intranode_kernel.cu b/src/ext/ep/kernels/intranode_kernel.cu index b0960662..56fa3899 100644 --- a/src/ext/ep/kernels/intranode_kernel.cu +++ b/src/ext/ep/kernels/intranode_kernel.cu @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #include "configs.cuh" #include "buffer.cuh" #include "exception.cuh" diff --git a/src/ext/ep/kernels/launch.cuh b/src/ext/ep/kernels/launch.cuh index 3d7574ce..79c9347a 100644 --- a/src/ext/ep/kernels/launch.cuh +++ b/src/ext/ep/kernels/launch.cuh @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "configs.cuh" diff --git a/src/ext/ep/kernels/utils.cuh b/src/ext/ep/kernels/utils.cuh index d33a36b0..c3cf66e2 100644 --- a/src/ext/ep/kernels/utils.cuh +++ b/src/ext/ep/kernels/utils.cuh @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT License. #pragma once #include "exception.cuh" diff --git a/test/python/ext/ep/test_internode_multirank.py b/test/python/ext/ep/test_internode_multirank.py index c9d28a7a..09679305 100644 --- a/test/python/ext/ep/test_internode_multirank.py +++ b/test/python/ext/ep/test_internode_multirank.py @@ -1,3 +1,5 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. """Multi-rank internode (HT) functional validation for mscclpp_ep. Launch on each node with (example: 2 nodes x 8 GPUs = 16 ranks): diff --git a/test/python/ext/ep/test_intranode_multirank.py b/test/python/ext/ep/test_intranode_multirank.py index 4dcfad9f..fa2c0dc6 100644 --- a/test/python/ext/ep/test_intranode_multirank.py +++ b/test/python/ext/ep/test_intranode_multirank.py @@ -1,3 +1,5 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. """Multi-rank intranode functional validation for mscclpp_ep. Launch with: diff --git a/test/python/ext/ep/test_low_latency_multirank.py b/test/python/ext/ep/test_low_latency_multirank.py index bb87763f..a5b3e26d 100644 --- a/test/python/ext/ep/test_low_latency_multirank.py +++ b/test/python/ext/ep/test_low_latency_multirank.py @@ -1,3 +1,5 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. """Multi-rank low-latency functional test for mscclpp_ep. Launch with (intra-node, 8 GPUs):