Skip to content

Add [C,ldC] parameters to hipBLAS TRMM interfaces (non-strided)#287

Open
ArjenTamerus wants to merge 1 commit intoROCm:developfrom
ArjenTamerus:develop
Open

Add [C,ldC] parameters to hipBLAS TRMM interfaces (non-strided)#287
ArjenTamerus wants to merge 1 commit intoROCm:developfrom
ArjenTamerus:develop

Conversation

@ArjenTamerus
Copy link

@ArjenTamerus ArjenTamerus commented Mar 13, 2026

Motivation

Fixes #286 (hipBLAS only)

Technical Details

Adds C and ldC parameters to the hipfort hipBLAS interfaces - this was changed in an earlier hipBLAS/rocBLAS release and matches the Netlib and cuBLAS interfaces. Without this fix, any *TRMM call in hipfort will fail with status HIPBLAS_STATUS_INVALID_VALUE.

@ArjenTamerus ArjenTamerus requested a review from cgmb as a code owner March 13, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue]: *TRMM interfaces don't match [hip,roc]BLAS

1 participant