BLIS.jl
BLIS.jl copied to clipboard
This repo plans to provide a low-level Julia wrapper for BLIS typed interface.
1. Add timeouts 2. Add concurrency groups - this will cancel old PR builds when new commits are pushed to a PR. 3. Remove duplicate PR builds (so that there...
When I install BLIS.jl with julia 1.7.3, it gives BLIS v0.2.0 and blis_jll v0.8.1, despite there being more recent updates to the package. In particular, I'm also getting the crash...
A somehow better testing system.
It would be great to use the same mechanism that MKL.jl uses now, and leverage libblastrampoline. https://github.com/JuliaLinearAlgebra/MKL.jl/blob/master/src/MKL.jl
- [x] Waiting for more Arm64 works in the upstream (by myself, though). - [ ] Introduce more tests (sizes, transpose, etc.) - [ ] **Unsure** Option to not override...
cf. discussions at the end of #20
This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...