From ce02076d6438df8e7dc2344ffce73ba2b67a7070 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Fri, 19 Feb 2021 22:22:46 +0000 Subject: [PATCH] Fixing cache deletion for CliqueManager; updating copyright [ROCm/rccl commit: 45f5255f7ceb7635ec5767647ed8ab7864ea6cc1] --- projects/rccl/docs/source/conf.py | 2 +- projects/rccl/src/clique/CliqueManager.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl/docs/source/conf.py b/projects/rccl/docs/source/conf.py index e1b437dc20..fe3b05c3dd 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'2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2020 Advanced Micro Devices' +copyright = u'2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2021 Advanced Micro Devices' author = u'Advanced Micro Devices' # The version info for the project you're documenting, acts as replacement for diff --git a/projects/rccl/src/clique/CliqueManager.cc b/projects/rccl/src/clique/CliqueManager.cc index 06dc8f539c..93c8eb091c 100644 --- a/projects/rccl/src/clique/CliqueManager.cc +++ b/projects/rccl/src/clique/CliqueManager.cc @@ -82,7 +82,7 @@ void CliqueManager::CleanUp() { // Release caches if (m_ipcHandleSendCache) delete m_ipcHandleSendCache; - if (m_ipcHandleSendCache) delete m_ipcHandleRecvCache; + if (m_ipcHandleRecvCache) delete m_ipcHandleRecvCache; // Close shared memory m_shmHandles.Close();