stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.32k stars 437 forks source link

Ensure string lengths are provided as arguments when calling BLAS/LAPACK Fortran APIs from C #372

Open kgryte opened 3 years ago

kgryte commented 3 years ago

Checklist

Please ensure the following tasks are completed before filing a bug report.

Description

Description of the issue.

As discussed elsewhere,

a bug arose due to changes in the GFortran compiler when calling from C into Fortran in the reference BLAS/LAPACK implementations. We should be aware of this bug, as we work to include BLAS wrappers in the codebase.

Related Issues

Does this issue have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

Any other information relevant to this issue? This may include screenshots, references, stack traces, sample output, and/or implementation notes.

N/A

kgryte commented 1 month ago

cc @aman-095 @Pranavchiku Just flagging in case it comes up later.