Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick to release-staging/rocm-rel-6.4: Fix three broken links to rocBLAS and netlib (#887) #888

Open
wants to merge 1 commit into
base: release-staging/rocm-rel-6.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
rocSOLVER documentation
********************************************************************

rocSOLVER is an implementation of `LAPACK routines <https://www.netlib.org/lapack/explore-html/modules.html>`_
rocSOLVER is an implementation of `LAPACK routines <https://www.netlib.org/lapack/index.html>`_
on top of the :doc:`AMD ROCm platform <rocm:index>`. rocSOLVER is implemented in the
:doc:`HIP programming language <hip:index>` and optimized for AMD GPUs.

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/deprecated.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Deprecated rocSOLVER components
********************************

Originally, rocSOLVER maintained its own types and helpers as aliases to those of rocBLAS.
These aliases are now deprecated. See the `rocBLAS types <https://rocm.docs.amd.com/projects/rocBLAS/en/latest/API_Reference_Guide.html#rocblas-datatypes>`_
and `rocBLAS auxiliary functions <https://rocm.docs.amd.com/projects/rocBLAS/en/latest/API_Reference_Guide.html#auxiliary-functions>`_
These aliases are now deprecated. See the :doc:`rocBLAS types <rocblas:reference/datatypes>`
and :doc:`rocBLAS auxiliary functions <rocblas:reference/helper-functions>`
documentation for information on the suggested replacements.

* Deprecated :ref:`deptypes`.
Expand Down