From 4988f3d3d55717bf72ccfd4308e89acc48c29f8b Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Wed, 15 Apr 2026 12:15:07 -0400 Subject: [PATCH 1/2] Removing deprecated functions from docs --- docs/reference/rocALUTION-multi-node-comp.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/reference/rocALUTION-multi-node-comp.rst b/docs/reference/rocALUTION-multi-node-comp.rst index 3b3e814b..f6073bdb 100644 --- a/docs/reference/rocALUTION-multi-node-comp.rst +++ b/docs/reference/rocALUTION-multi-node-comp.rst @@ -69,13 +69,9 @@ The parallel manager class hosts the following functions: .. doxygenfunction:: rocalution::ParallelManager::SetMPICommunicator .. doxygenfunction:: rocalution::ParallelManager::Clear -.. doxygenfunction:: rocalution::ParallelManager::GetGlobalSize -.. doxygenfunction:: rocalution::ParallelManager::GetLocalSize .. doxygenfunction:: rocalution::ParallelManager::GetNumReceivers .. doxygenfunction:: rocalution::ParallelManager::GetNumSenders .. doxygenfunction:: rocalution::ParallelManager::GetNumProcs -.. doxygenfunction:: rocalution::ParallelManager::SetGlobalSize -.. doxygenfunction:: rocalution::ParallelManager::SetLocalSize .. doxygenfunction:: rocalution::ParallelManager::SetBoundaryIndex .. doxygenfunction:: rocalution::ParallelManager::SetReceivers .. doxygenfunction:: rocalution::ParallelManager::SetSenders From e08802e61c9c74d9d54e1ad6fb22b196fc30f079 Mon Sep 17 00:00:00 2001 From: anisha-amd Date: Wed, 15 Apr 2026 12:19:30 -0400 Subject: [PATCH 2/2] typo fix --- docs/reference/rocALUTION-accelerators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/rocALUTION-accelerators.rst b/docs/reference/rocALUTION-accelerators.rst index 79bfcc7f..663ccd47 100644 --- a/docs/reference/rocALUTION-accelerators.rst +++ b/docs/reference/rocALUTION-accelerators.rst @@ -5,7 +5,7 @@ .. _backends: ****************************** -rocALUTIN accelerator support +rocALUTION accelerator support ****************************** The rocALUTION structure is embedded with the support for accelerator devices. It is recommended to use accelerators to decrease the computational time.