Skip to content

Commit

Permalink
Fix org in GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 23, 2024
1 parent 90017d4 commit 93dd2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/quick-start/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Quick-start installation (Ubuntu)
****************************************************************

The root of the
`hipSPARSELt GitHub repository <https://github.com/ROCmSoftwarePlatform/hipSPARSELt>`_ has a
`hipSPARSELt GitHub repository <https://github.com/ROCm/hipSPARSELt>`_ has a
helper bash script `install.sh` to build and install hipSPARSELt on Ubuntu with a single command. It
doesn't take a lot of options and hard-codes configuration that can be specified through invoking
CMake directly, but it's a great way to get started quickly and can serve as an example of how to build
Expand Down
2 changes: 1 addition & 1 deletion docs/what-is-hipsparselt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ programming language and is optimized for AMD's latest discrete GPUs.
hipSPARSELt sits between the application and a 'worker' SPARSE library, marshalling inputs into the
backend library and marshalling results back to the application. It exports an interface that doesn't
require the client to change, regardless of the chosen backend. Current supported backends are:
`rocSPARSELt <https://github.com/ROCmSoftwarePlatform/hipSPARSELt/blob/develop/library/src/hcc_detail/rocsparselt>`_
`rocSPARSELt <https://github.com/ROCm/hipSPARSELt/tree/develop/library/src/hcc_detail/rocsparselt>`_
and `cuSPARSELt v0.4 <https://docs.nvidia.com/cuda/cusparselt>`_.

0 comments on commit 93dd2eb

Please sign in to comment.