Cherry-pick to release/rocm-rel-7.0: Backward compatibility and double allocation fixes, Changelog update#1005
Merged
vamovsik merged 6 commits intorelease/rocm-rel-7.0from Aug 6, 2025
Conversation
…elease_rocm-rel-7.0/af-ayala_hipFFT/update_70
amd-jnovotny
approved these changes
Jul 31, 2025
NguyenNhuDi
pushed a commit
to NguyenNhuDi/rocm-libraries
that referenced
this pull request
Aug 1, 2025
Merge ROCm 6.5 release-staging branch back to develop [ROCm/hipBLAS commit: 621871c]
xiaohuguo2023
pushed a commit
to xiaohuguo2023/rocm-libraries
that referenced
this pull request
Aug 3, 2025
[ROCm/rocSPARSEcommit: c2aec90]
af-ayala
approved these changes
Aug 6, 2025
…af-ayala_hipFFT/update_70
evetsso
approved these changes
Aug 6, 2025
assistant-librarian bot
pushed a commit
to ROCm/hipFFT
that referenced
this pull request
Aug 6, 2025
Cherry-pick to release/rocm-rel-7.0: Backward compatibility and double allocation fixes, Changelog update (#1005) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
assistant-librarian bot
pushed a commit
that referenced
this pull request
Aug 11, 2025
Unlike previous versions of SYTRD, the new small-size SYTD2 kernels do not ignore imaginary values on the diagonal. This causing hipSOLVER tests to fail, since those tests do not explicitly remove the imaginary component from the diagonal.
ammallya
pushed a commit
that referenced
this pull request
Sep 18, 2025
Unlike previous versions of SYTRD, the new small-size SYTD2 kernels do not ignore imaginary values on the diagonal. This causing hipSOLVER tests to fail, since those tests do not explicitly remove the imaginary component from the diagonal. [ROCm/rocSOLVER commit: 97c50ee]
ammallya
pushed a commit
that referenced
this pull request
Sep 26, 2025
Unlike previous versions of SYTRD, the new small-size SYTD2 kernels do not ignore imaginary values on the diagonal. This causing hipSOLVER tests to fail, since those tests do not explicitly remove the imaginary component from the diagonal. (cherry picked from commit 97c50ee)
ammallya
pushed a commit
that referenced
this pull request
Sep 26, 2025
Unlike previous versions of SYTRD, the new small-size SYTD2 kernels do not ignore imaginary values on the diagonal. This causing hipSOLVER tests to fail, since those tests do not explicitly remove the imaginary component from the diagonal. (cherry picked from commit 97c50ee) [ROCm/rocSOLVER commit: 3e515cd]
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.
🔁 Imported from ROCm/hipFFT#175
🧑💻 Originally authored by @af-ayala