diff --git a/projects/rccl/src/transport/generic.cc b/projects/rccl/src/transport/generic.cc index 7fd7e59fbc..eb6817c9d8 100644 --- a/projects/rccl/src/transport/generic.cc +++ b/projects/rccl/src/transport/generic.cc @@ -1,3 +1,9 @@ +/************************************************************************* + * Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.. + * + * See LICENSE.txt for license information + ************************************************************************/ + #include "comm.h" #include "transport.h" diff --git a/projects/rccl/test/common/CallCollectiveForked.cpp b/projects/rccl/test/common/CallCollectiveForked.cpp index 543be7538a..e04527559c 100644 --- a/projects/rccl/test/common/CallCollectiveForked.cpp +++ b/projects/rccl/test/common/CallCollectiveForked.cpp @@ -1,3 +1,9 @@ +/************************************************************************* + * Copyright (c) Advanced Micro Devices, Inc. All rights reserved. + * + * See LICENSE.txt for license information + ************************************************************************/ + #include "CallCollectiveForked.hpp" #include "CollectiveArgs.hpp" #include diff --git a/projects/rccl/test/common/CallCollectiveForked.hpp b/projects/rccl/test/common/CallCollectiveForked.hpp index 7d61e9b5e9..b9a97b4d44 100644 --- a/projects/rccl/test/common/CallCollectiveForked.hpp +++ b/projects/rccl/test/common/CallCollectiveForked.hpp @@ -1,3 +1,9 @@ +/************************************************************************* + * Copyright (c) Advanced Micro Devices, Inc. All rights reserved. + * + * See LICENSE.txt for license information + ************************************************************************/ + #ifndef CALLCOLLECTIVEFORKED_H #define CALLCOLLECTIVEFORKED_H diff --git a/projects/rccl/tools/scripts/rcclDiagnostics.py b/projects/rccl/tools/scripts/rcclDiagnostics.py index a217da26cf..c9e9208637 100644 --- a/projects/rccl/tools/scripts/rcclDiagnostics.py +++ b/projects/rccl/tools/scripts/rcclDiagnostics.py @@ -1,3 +1,7 @@ +# Copyright (c) Advanced Micro Devices, Inc. All rights reserved. +# +# See LICENSE.txt for license information + ## README # This script gathers configuration information from your system to help identify and debug any issues when running the ROCm Communication Collectives Library (RCCL). Please ensure that python3 is installed on your system and added to your system's PATH environment variable.