SPIR-V compatibility update#76
Merged
stanleytsang-amd merged 8 commits intoJun 3, 2025
Merged
Conversation
Contributor
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
cfb5e9e to
e1f39d5
Compare
Contributor
Author
|
Changed the base of the PR and rebased it on this new base. |
stanleytsang-amd
approved these changes
Jun 3, 2025
7d54aff
into
ROCm:release-staging/rocm-rel-7.0
13 of 15 checks passed
assistant-librarian Bot
pushed a commit
to ROCm/rocPRIM
that referenced
this pull request
Jun 10, 2025
SPIR-V compatibility update The changes in this PR, should fix the SPIR-V failures and added some documentation how it works. There are also two commits for some CI changes: ROCm/rocm-libraries@2f85963 ROCm/rocm-libraries@e32fd1e
jayhawk-commits
added a commit
that referenced
this pull request
Jun 18, 2025
### Includes the following PRs: - #76 - #77 - #78 - #90 - #135 - #150 - #192 --------- Co-authored-by: Nick Breed <78807921+NB4444@users.noreply.github.com> Co-authored-by: Sander Bos <sander@streamhpc.com> Co-authored-by: Nara Prasetya <nara@streamhpc.com> Co-authored-by: Michael Kuron <1748330+mkuron@users.noreply.github.com> Co-authored-by: Wayne Franz <wayfranz@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Sep 24, 2025
* infer and helpers * Drafts of training and bwds, update cmake * README * Inference with migratable memory * Use tensor header and change namespace * Helpers, bwds, training * Operator overloads and remove dated sample * Readme * More README and update tensors * Cleanup and make readme slightly more formal * Fix * Readme variable names more consistent * Remove mark host modified * CMake function and version * Refactor, add cpu ref, remove manual uids * Change epsilon * Minor change * Forgot to add comment * Typo in help message
ammallya
pushed a commit
that referenced
this pull request
Sep 24, 2025
* infer and helpers * Drafts of training and bwds, update cmake * README * Inference with migratable memory * Use tensor header and change namespace * Helpers, bwds, training * Operator overloads and remove dated sample * Readme * More README and update tensors * Cleanup and make readme slightly more formal * Fix * Readme variable names more consistent * Remove mark host modified * CMake function and version * Refactor, add cpu ref, remove manual uids * Change epsilon * Minor change * Forgot to add comment * Typo in help message [ROCm/hipDNN commit: 3486515]
evetsso
pushed a commit
to evetsso/rocm-libraries
that referenced
this pull request
Dec 31, 2025
Build the changes in gfx1250 branch for gfx1250 target.
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.
The changes in this PR, should fix the SPIR-V failures and added some documentation how it works.
There are also two commits for some CI changes: 2f85963 e32fd1e