Added missing copyright message. (#1742)
* Added missing copyright message.
* addressed comments.
[ROCm/rccl commit: 6c37ae9470]
このコミットが含まれているのは:
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
|
||||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
|
||||
|
||||
#include "bootstrap.h"
|
||||
#include "group.h"
|
||||
#include "utils.h"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2024-2025, NVIDIA CORPORATION. All rights reserved.
|
||||
* Modifications Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
|
||||
#include "register.h"
|
||||
#include "transport.h"
|
||||
#include "enqueue.h"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*************************************************************************
|
||||
* Copyright (c) 2024-2025, NVIDIA CORPORATION. All rights reserved.
|
||||
* Modifications Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.
|
||||
*
|
||||
* See LICENSE.txt for license information
|
||||
************************************************************************/
|
||||
|
||||
#include "register.h"
|
||||
#include "transport.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
|
||||
|
||||
#ifndef RCCL_MOCK_FUNCS_HPP
|
||||
#define RCCL_MOCK_FUNCS_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
@@ -755,4 +757,4 @@ void PrepData_Send(TaskInfo& taskInfo, int globalRank) {
|
||||
|
||||
void PrepData_Recv(TaskInfo& taskInfo, int globalRank) {
|
||||
FillPattern(taskInfo.expected, taskInfo.datatype, taskInfo.count, globalRank);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
|
||||
|
||||
#pragma once
|
||||
#include <map>
|
||||
#include <cstring>
|
||||
@@ -426,4 +428,4 @@ void PrepData_Gather(TaskInfo& taskInfo, int globalRank, int totalRanks, bool is
|
||||
void PrepData_Scatter(TaskInfo& taskInfo, int globalRank, int totalRanks);
|
||||
void PrepData_AlltoAll(TaskInfo& taskInfo, int globalRank, int totalRanks);
|
||||
void PrepData_Send(TaskInfo& taskInfo, int globalRank);
|
||||
void PrepData_Recv(TaskInfo& taskInfo, int globalRank);
|
||||
void PrepData_Recv(TaskInfo& taskInfo, int globalRank);
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Advanced Micro Devices, Inc., or its affiliates. */
|
||||
|
||||
#ifndef DEVICE_TABLE_COMPATIBILITY
|
||||
#define DEVICE_TABLE_COMPATIBILITY
|
||||
__forceinline__ __device__ void NCCL_CALL_FUNCTIONS(unsigned short funcIndex) noexcept {}
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする