From acf0bc1c6ede8626ed0f53aaec996d7293e33855 Mon Sep 17 00:00:00 2001 From: AbandiGa Date: Mon, 14 Apr 2025 09:46:18 -0500 Subject: [PATCH] added copyright (#1635) [ROCm/rccl commit: 7a84c5dbb09d13429931476839b903ab14ac61a7] --- projects/rccl/src/transport/generic.cc | 6 ++++++ projects/rccl/test/common/CallCollectiveForked.cpp | 6 ++++++ projects/rccl/test/common/CallCollectiveForked.hpp | 6 ++++++ projects/rccl/tools/scripts/rcclDiagnostics.py | 4 ++++ 4 files changed, 22 insertions(+) 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.