stdlib-js / stdlib

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

feat: add C `ndarray` API and refactor `blas/ext/base/dapxsumkbn2` #2948

Closed headlessNode closed 3 days ago

headlessNode commented 3 days ago

Resolves none.

Description

What is the purpose of this pull request?

This pull request:

Related Issues

Does this pull request have any related issues?

No.

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@stdlib-js/reviewers

headlessNode commented 3 days ago

@kgryte what could be causing these failed checks? On my local machine, the compilation is working fine.

kgryte commented 3 days ago

@headlessNode You haven't added the abs dep to the other configurations. abs is necessary to compile the source in all contexts, in this case.