From 7d340ae2a2e3a1a92dba91a1dbbe053475da0f5d Mon Sep 17 00:00:00 2001 From: Saad Rahim Date: Fri, 24 May 2019 14:37:45 -0700 Subject: [PATCH 1/3] Adding link to readthedocs [ROCm/rccl commit: fac7ef93705fb3f6cb6039e6a00a9da6927954d6] --- projects/rccl/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/rccl/README.md b/projects/rccl/README.md index d0d2356e6d..7ffc8b064a 100644 --- a/projects/rccl/README.md +++ b/projects/rccl/README.md @@ -66,6 +66,11 @@ $ LD_LIBRARY_PATH=rccl-install/lib/ HSA_FORCE_FINE_GRAIN_PCIE=1 rccl-install/tes There are also other performance and error-checking tests for RCCL. These are maintained separately at https://github.com/ROCmSoftwarePlatform/rccl-tests. See the rccl-tests README for more information on how to build and run those tests. +## Library and API Documentation + +Please refer to the [Library documentation](http://rccl.readthedocs.io/) for current documentation. + + ## Copyright All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved. From 07d0f15687a60b235640c849e63999d399c152e5 Mon Sep 17 00:00:00 2001 From: Saad Rahim Date: Fri, 24 May 2019 14:49:12 -0700 Subject: [PATCH 2/3] Fixing whitespace [ROCm/rccl commit: 02ef2d27e67ddf7a244c084a26ce882af308b99b] --- projects/rccl/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rccl/README.md b/projects/rccl/README.md index 7ffc8b064a..0fae90ec48 100644 --- a/projects/rccl/README.md +++ b/projects/rccl/README.md @@ -70,7 +70,6 @@ See the rccl-tests README for more information on how to build and run those tes Please refer to the [Library documentation](http://rccl.readthedocs.io/) for current documentation. - ## Copyright All source code and accompanying documentation is copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved. From a5d9580a99d74abb994c799ac7bdbd9fa42338b5 Mon Sep 17 00:00:00 2001 From: Saad Rahim Date: Fri, 24 May 2019 15:05:00 -0700 Subject: [PATCH 3/3] Adding NVIDIA copyright [ROCm/rccl commit: 0c0a8ed86fe4ff764b030ec7a0a7b984bf905ddd] --- projects/rccl/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/docs/source/conf.py b/projects/rccl/docs/source/conf.py index e4bc74ac0e..168af08995 100644 --- a/projects/rccl/docs/source/conf.py +++ b/projects/rccl/docs/source/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'RCCL' -copyright = u'2019, Advanced Mirco Devices' +copyright = u'2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019 Advanced Mirco Devices' author = u'Advanced Mirco Devices' # The version info for the project you're documenting, acts as replacement for