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

Update documentation - license and link fixes and codeowners #112

Merged
merged 3 commits into from
May 23, 2024
Merged
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
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
* @vin-huang @jichangjichang @hcman2 @imcarsonliao
# Documentation files
docs/* @ROCm/rocm-documentation
docs/ @ROCm/rocm-documentation
*.md @ROCm/rocm-documentation
*.rst @ROCm/rocm-documentation
.readthedocs.yaml @ROCm/rocm-documentation
# Header directory for Doxygen documentation
library/include/* @ROCm/rocm-documentation
library/include/ @ROCm/rocm-documentation @vin-huang @jichangjichang @hcman2 @imcarsonliao
1 change: 0 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Copyright (c) 2022-2024 Advanced Micro Devices, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
3 changes: 1 addition & 2 deletions docs/license.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License

<!-- markdownlint-disable first-line-h1 -->
```{include} ../LICENSE.md
```
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>`_.