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 segfault problem when executing LAPACKE_*geqrt on row major #766 #768

Merged
merged 3 commits into from
May 24, 2023

Conversation

sbite0138
Copy link

Description
This pull request fixes a segmentation fault that occurred when LAPACKE_*geqrt was executed on row major.
close #766.

Checklist

  • The documentation has been updated.(N/A)
  • If the PR solves a specific issue, it is set to be closed on merge.

@weslleyspereira weslleyspereira merged commit 9f4b5d2 into Reference-LAPACK:master May 24, 2023
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.

The matrix size of LAPACKE_sge_trans in lapacke_sgeqrt_work.c seems to be not correct
2 participants