Migrate hipblas usage to V2 APIs. Fixes incompatibility with hipBLAS 3#74
Open
amd-nicknick wants to merge 87 commits intomasterfrom
Open
Migrate hipblas usage to V2 APIs. Fixes incompatibility with hipBLAS 3#74amd-nicknick wants to merge 87 commits intomasterfrom
amd-nicknick wants to merge 87 commits intomasterfrom
Conversation
…ust_fix Fix missing ROCPrim identifier in cupy_thrust.cu
Rocm 5 3 plus ifu
Skip multi-gpu unit tests due to non-support for multi-GPU
[CuPy] xfail the tests failing on IFU-2023-02-20
IFU-master-2023-02-20
Add xfail for test_cumprod_huge_array
IFU-master-2023-08-15
…into fix-rocm6.0-compile
Update runtime for ROCm6.0 (SWDEV-434155)
Hipgraph Enablement
Enable cuda array interface for ROCm
…into IFU-master-2024-11-05
IFU 2024 11 05
* add thrust macros for rocm6.3 * fix code formating for macro --------- Co-authored-by: lcskrishna <lollachaitanya@gmail.com>
Collaborator
|
Hi, please use either the latest upstream releases or build using the branch release/rocmds-25.10 |
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
Migrate hipBLAS usage to V2 APIs. Fixes incompatibility with hipBLAS 3.x / ROCm 7 where the old API has been removed.
Link: https://rocm.docs.amd.com/projects/hipBLAS/en/develop/reference/deprecation.html#removed-in-hipblas-3-0
Technical Details
Test Plan
cupy GEMM tests.
Test Result
All GEMM tests pass
Submission Checklist