You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MigraphX EP] [ROCm EP] Upstream ROCm changes for bugfixes and features (microsoft#23249)
Add support to mainline Onnxruntime of changes from the ROCm Team's changes
### Motivation and Context
Various bugfixes, and changes added between ROCm 6.2 and 6.3 that
haven't been upstreamed yet to mainline
---------
Co-authored-by: Yueqing Zhang <[email protected]>
Co-authored-by: Yueqing Zhang <[email protected]>
Co-authored-by: Jeff Daily <[email protected]>
Co-authored-by: Artur Wojcik <[email protected]>
Co-authored-by: Ted Themistokleous <[email protected]>
Co-authored-by: Xinya Zhang <[email protected]>
Co-authored-by: ikalinic <[email protected]>
Co-authored-by: sstamenk <[email protected]>
boolCanUse_hipblasTransposeHelper_MLFloat16(int m, int n);
959
+
hipblasStatus_t hipblasTransposeHelper(hipStream_t stream, rocblas_handle, rocblas_operation, rocblas_operation, int m, int n, const half*, const half* A, int, const half*, const half*, int, half* C, int);
0 commit comments