Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the testsuite of xGEMMTR #1107

Merged

Conversation

grisuthedragon
Copy link
Contributor

@grisuthedragon grisuthedragon commented Feb 6, 2025

Introducing the GEMMTR routine leads to some errors in the test suite, these gets fixed with this PR.

Namely this PR fixes:

  • make the SRNAME in XERBLA more robust against strings passed from C (e.g. as OpenBLAS does)

  • adjust the maximum length of a function name from 6 to 7 characters to match the length of xGEMMTR.

  • add a missing parameter in the error output for c/zgemmtr, causing an error if c/zgemmtr returns some wrong data

  • The documentation has been updated. Not required

  • If the PR solves a specific issue, it is set to be closed on merge. Recognized before an issue pops up

- make the SRNAME in XERBLA more robust against strings passed from C (e.g. OpenBLAS)
- adjust the maximum length of a function name from 6 to 7 characters
- add a missing parameter in the error output for z/cgemmtr.
@langou langou merged commit 6b18270 into Reference-LAPACK:master Feb 7, 2025
12 checks passed
@langou
Copy link
Contributor

langou commented Feb 7, 2025

Thanks Martin. This is a great contribution.

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.

2 participants