-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HIPIFY][6.3.0][BLAS][fix] Sync with
hipBLAS
and rocBLAS
- Step 1…
…6 - final for `hipBLAS` + `hipblasGemm(Strided(BatchedEx}?)?_v2_64` support + Updated synthetic tests, the regenerated `hipify-perl`, and `BLAS` `CUDA2HIP` documentation + Minor fixes and annotation of `BLAS` synthetic tests + [FIX] `cublasGemm(Strided(Batched)?)?Ex` mark as API-changed since 11.0 + [TODO] [feature] `CUDA VERSION` detection by `HIPIFY` itself to support different CUDA/HIP signatures on hipification based on the CUDA version + [IMP] `rocblas_gemm(_strided(_batched)?)?_ex_64` are not yet supported [REASON] `compute_type` argument of the `rocblas_computetype` type is needed instead of the `rocblas_datatype` type + [TODO] File a ticket for `rocblas_gemm(_strided(_batched)?)?_ex_64` with `compute_type` argument of the `rocblas_computetype` type instead of the `rocblas_datatype` type
- Loading branch information
Showing
9 changed files
with
512 additions
and
433 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.