[rocsparse] Docs: Reorganization and updates#2449
Merged
amd-jnovotny merged 4 commits intoNov 14, 2025
Merged
Conversation
jsandham
pushed a commit
that referenced
this pull request
Nov 4, 2025
…ld. (#2449) This PR fixes `fusilli-plugin` build failure when fusilli benchmarking (`FUSILLI_BUILD_BENCHMARKS`) was enabled, but fusilli testing (`FUSILLI_BUILD_TESTS`) was disabled: [link to CI failure](https://github.com/nod-ai/shark-ai/actions/runs/18206945208/job/51839515287?pr=2410). Both _should_ be disabled, but ideally the build wouldn't break if one wasn't. The issue was: both fusilli tests and fusilli benchmarks depend on `libutils`, but the target was only defined if tests were enabled.
YvanMokwinski
approved these changes
Nov 12, 2025
assistant-librarian Bot
pushed a commit
to ROCm/hipSPARSE
that referenced
this pull request
Nov 14, 2025
[rocsparse] Docs: Reorganization and updates ## Motivation <!-- Explain the purpose of this PR and the goals it aims to achieve. --> Reorganize and update rocSPARSE docs ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> Edit docs, create new topic, update index and ToC. ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> Build docs locally ## Test Result <!-- Briefly summarize test outcomes. --> NA ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
assistant-librarian Bot
pushed a commit
to ROCm/rocSPARSE
that referenced
this pull request
Nov 14, 2025
[rocsparse] Docs: Reorganization and updates ## Motivation <!-- Explain the purpose of this PR and the goals it aims to achieve. --> Reorganize and update rocSPARSE docs ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> Edit docs, create new topic, update index and ToC. ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> Build docs locally ## Test Result <!-- Briefly summarize test outcomes. --> NA ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
jsandham
pushed a commit
that referenced
this pull request
Nov 24, 2025
## Motivation <!-- Explain the purpose of this PR and the goals it aims to achieve. --> Reorganize and update rocSPARSE docs ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> Edit docs, create new topic, update index and ToC. ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> Build docs locally ## Test Result <!-- Briefly summarize test outcomes. --> NA ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
vamovsik
pushed a commit
that referenced
this pull request
Nov 28, 2025
ammallya
pushed a commit
that referenced
this pull request
Feb 3, 2026
Co-authored-by: Dave Dembeck <dave.dembeck@amd.com> [ROCm/composable_kernel commit: 58d24a7]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Reorganize and update rocSPARSE docs
Technical Details
Edit docs, create new topic, update index and ToC.
Test Plan
Build docs locally
Test Result
NA
Submission Checklist