Athan

Results 562 comments of Athan

Thank you for volunteering to work on this @kanhaiya04. Please feel free to submit a PR implementing this feature.

@Rejoan-Sardar I suggest finding another issue to work on for the time being.

@AuenKr Yes, go for it. Thanks!

@rreusser This would be a welcome addition. And indeed, upgrading OpenBLAS has been a TODO.

@rreusser I originally based everything on how Julia manages OpenBLAS: https://github.com/JuliaLang/julia/blob/master/deps/openblas.mk

You can probably cross-reference there to see if we are missing anything in terms of build flags.

...and no backward compatibility concerns we need to work about. Previous OpenBLAS support via stdlib was always experimental.

@headlessNode Thanks for opening this issue. Tests would be good to add for `@stdlib/ndarray/base/nullary`, so this contribution would be welcome. I would suggest, however, consulting [`@stdlib/strided/base/nullary`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/strided/base/nullary/test) to see how tests...

Cross-linking https://github.com/stdlib-js/stdlib/pull/2350#pullrequestreview-2176587352 and copying over comment: > The primary missing tests needed at this point to achieve full test coverage are for blocked iteration. I've added tests for 2D blocked...