Updating copyright notices for 2020.

This commit is contained in:
Stanley Tsang
2020-01-15 17:54:27 -07:00
zatwierdzone przez Wenkai Du
rodzic fe6d012eb0
commit 20fa04d9b6
89 zmienionych plików z 91 dodań i 74 usunięć
+1 -1
Wyświetl plik
@@ -1,4 +1,4 @@
# Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.12)
Vendored
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
// Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. // Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
// This shared library is available at https://github.com/ROCmSoftwarePlatform/rccl // This shared library is available at https://github.com/ROCmSoftwarePlatform/rccl
@Library('rocJenkins@rccl') _ @Library('rocJenkins@rccl') _
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
+1
Wyświetl plik
@@ -1,5 +1,6 @@
# #
# Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
# Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# #
# See LICENSE.txt for license information # See LICENSE.txt for license information
# #
+2 -2
Wyświetl plik
@@ -3,7 +3,7 @@ _______________________________________________________________
Dependencies on nvidia-nccl v2.3.7-1 (BSD3) Dependencies on nvidia-nccl v2.3.7-1 (BSD3)
Copyright (c) 2015-2018, NVIDIA CORPORATION. Copyright (c) 2015-2018, NVIDIA CORPORATION.
Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
@@ -63,4 +63,4 @@ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The U.S. Department of Energy funded the development of this software The U.S. Department of Energy funded the development of this software
under subcontract 7078610 with Lawrence Berkeley National Laboratory. under subcontract 7078610 with Lawrence Berkeley National Laboratory.
+1 -1
Wyświetl plik
@@ -81,4 +81,4 @@ Please refer to the [Library documentation](http://rccl.readthedocs.io/) for cur
All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved. All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved.
All modifications are copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. All modifications are copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
+1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# This Dockerfile provides a starting point for a ROCm installation of rccl # This Dockerfile provides a starting point for a ROCm installation of rccl
# Parameters related to building rccl # Parameters related to building rccl
+1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# Parameters related to building rccl # Parameters related to building rccl
ARG base_image ARG base_image
+1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# Parameters related to building rccl # Parameters related to building rccl
ARG base_image ARG base_image
+1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# Parameters related to building rccl # Parameters related to building rccl
ARG base_image ARG base_image
+1
Wyświetl plik
@@ -1,4 +1,5 @@
# Doxyfile 1.8.10 # Doxyfile 1.8.10
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# This file describes the settings to be used by the documentation system # This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project. # doxygen (www.doxygen.org) for a project.
+1
Wyświetl plik
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
if [ -d docBin ]; then if [ -d docBin ]; then
rm -rf docBin rm -rf docBin
+1
Wyświetl plik
@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
if [ -d docBin ]; then if [ -d docBin ]; then
rm -rf docBin rm -rf docBin
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
# ################################################# # #################################################
# helper functions # helper functions
+1
Wyświetl plik
@@ -1,5 +1,6 @@
# #
# Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. # Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
# Modifications Copyright (c) 2015-2020, Advanced Micro Devices, Inc. All rights reserved.
# #
# See LICENSE.txt for license information # See LICENSE.txt for license information
# #
+1
Wyświetl plik
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,7 +1,7 @@
#include "hip/hip_runtime.h" #include "hip/hip_runtime.h"
/************************************************************************* /*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
Wyświetl plik
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
Wyświetl plik
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
Wyświetl plik
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
Wyświetl plik
@@ -1,5 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,7 +1,7 @@
#include "hip/hip_runtime.h" #include "hip/hip_runtime.h"
/************************************************************************* /*************************************************************************
* Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,7 +1,7 @@
/** /**
* MIT License * MIT License
* *
* Copyright 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,6 +1,6 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Modifications Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Modifications Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.12)
if(BUILD_TESTS) if(BUILD_TESTS)
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/************************************************************************* /*************************************************************************
* Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved. * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
* *
* See LICENSE.txt for license information * See LICENSE.txt for license information
************************************************************************/ ************************************************************************/
+1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
HIP_PATH?= $(wildcard /opt/rocm/hip) HIP_PATH?= $(wildcard /opt/rocm/hip)
ifeq (,$(HIP_PATH)) ifeq (,$(HIP_PATH))
HIP_PATH=../../.. HIP_PATH=../../..
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+2 -1
Wyświetl plik
@@ -1,3 +1,4 @@
# Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
HIP_PATH?= $(wildcard /opt/rocm/hip) HIP_PATH?= $(wildcard /opt/rocm/hip)
ifeq (,$(HIP_PATH)) ifeq (,$(HIP_PATH))
HIP_PATH=../../.. HIP_PATH=../../..
@@ -13,4 +14,4 @@ $(EXE): rccl_prim_test.cpp
$(HIPCC) $(CXXFLAGS) $^ -o $@ $(HIPCC) $(CXXFLAGS) $^ -o $@
clean: clean:
rm -f *.o $(EXE) rm -f *.o $(EXE)
+1 -1
Wyświetl plik
@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2019 - present Advanced Micro Devices, Inc. All rights reserved. Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal