From 2f908ff151668acf86e15007aae51fa97e7b7bda Mon Sep 17 00:00:00 2001 From: Lisa Date: Mon, 18 Mar 2024 00:29:48 -0600 Subject: [PATCH] Update links (#238) * Update links * Update Linux_Install_Guide.rst --- docs/usermanual/Linux_Install_Guide.rst | 14 +++++++------- docs/usermanual/Windows_Install_Guide.rst | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/usermanual/Linux_Install_Guide.rst b/docs/usermanual/Linux_Install_Guide.rst index d755787d..83d964d1 100644 --- a/docs/usermanual/Linux_Install_Guide.rst +++ b/docs/usermanual/Linux_Install_Guide.rst @@ -6,18 +6,18 @@ Installation and Building for Linux Prerequisites ------------- -- A ROCm enabled platform. `ROCm Documentation `_ has more information on +- A ROCm enabled platform. `ROCm Documentation `_ has more information on supported GPUs, Linux distributions, and Windows SKUs. It also has information on how to install ROCm. ----------------------------- Installing pre-built packages ----------------------------- -rocALUTION can be installed from `AMD ROCm repository `_. +rocALUTION can be installed from `AMD ROCm repository `_. The repository hosts the single-node, accelerator enabled version of the library. -If a different setup is required, e.g. multi-node support, rocALUTION need to be built from source, see :ref:`rocalution_build_from_source`. +If a different setup is required, e.g. multi-node support, rocALUTION needs to be built from source, see :ref:`rocalution_build_from_source`. -For detailed instructions on how to set up ROCm on different platforms, see the `AMD ROCm Platform Installation Guide for Linux `_. +For detailed instructions on how to set up ROCm on different platforms, see the `AMD ROCm Platform Installation Guide for Linux `_. rocALUTION has the following run-time dependencies @@ -162,19 +162,19 @@ Common build problems ROCMConfig.cmake rocm-config.cmake - **Solution:** Install `ROCm cmake modules `_ either from source or from `AMD ROCm repository `_. + **Solution:** Install `ROCm cmake modules `_ either from source or from `AMD ROCm repository `_. #. **Issue:** Could not find a package file provided by "ROCSPARSE" with any of the following names: ROCSPARSE.cmake rocsparse-config.cmake - **Solution:** Install `rocSPARSE `_ either from source or from `AMD ROCm repository `_. + **Solution:** Install `rocSPARSE `_ either from source or from `AMD ROCm repository `_. #. **Issue:** Could not find a package file provided by "ROCBLAS" with any of the following names: ROCBLAS.cmake rocblas-config.cmake - **Solution:** Install `rocBLAS `_ either from source or from `AMD ROCm repository `_. + **Solution:** Install `rocBLAS `_ either from source or from `AMD ROCm repository `_. Simple Test ^^^^^^^^^^^ diff --git a/docs/usermanual/Windows_Install_Guide.rst b/docs/usermanual/Windows_Install_Guide.rst index 4f06c344..c0775bd0 100644 --- a/docs/usermanual/Windows_Install_Guide.rst +++ b/docs/usermanual/Windows_Install_Guide.rst @@ -6,7 +6,7 @@ Installation and Building for Windows Prerequisites ------------- -- An AMD HIP SDK enabled platform. More information can be found `here `_. +- An AMD HIP SDK-enabled platform. You can find more information in the `ROCm documentation `_. - rocALUTION is supported on the same Windows versions and toolchains that are supported by the HIP SDK. - As the AMD HIP SDK is new and quickly evolving it will have more up to date information regarding the SDK's internal contents. Thus it may overrule statements found in this section on installing and building for Windows.