Skip to content

fix segfault problem when executing LAPACKE_*geqrt on row major #766#768

Merged
weslleyspereira merged 3 commits intoReference-LAPACK:masterfrom
sbite0138:fix-766
May 24, 2023
Merged

fix segfault problem when executing LAPACKE_*geqrt on row major #766#768
weslleyspereira merged 3 commits intoReference-LAPACK:masterfrom
sbite0138:fix-766

Conversation

@sbite0138
Copy link
Copy Markdown

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