stdlib-js / stdlib

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

Refactor and update existing extended base BLAS packages according to current project conventions #1152

Open kgryte opened 10 months ago

kgryte commented 10 months ago

This should follow the same process as outlined in https://github.com/stdlib-js/stdlib/issues/788 but for @stdlib/blas/ext/base/*.

Packages needing updating:

kailash360 commented 7 months ago

@kgryte

Can I work on this issue?

kgryte commented 7 months ago

@kailash360 Sure. How about you start with @stdlib/blas/ext/base/dapx.

kailash360 commented 7 months ago

working on @stdlib/blas/ext/base/dapx.

kgryte commented 7 months ago

@kailash360 You might find the various linked commits and PRs in the upstream issue to be good references. For example, https://github.com/stdlib-js/stdlib/commit/91a2badac012efea2c027c515a1c60da7a8797cf, which makes updates to a single-precision API.

kgryte commented 7 months ago

...and https://github.com/stdlib-js/stdlib/commit/3c82fe7b6c0f9fd6ef02c86d6e2024d708ac8c14, which makes updates to a complex number API.

rxbryan commented 7 months ago

Hi @kgryte I have started work on @stdlib/blas/ext/base/sapx.

kgryte commented 7 months ago

@kailash360 Are you still planning to work on dapx? If so, can you respond on https://github.com/stdlib-js/stdlib/issues/1464?