Releases: JuliaSparse/MKLSparse.jl
Releases · JuliaSparse/MKLSparse.jl
v2.0.0
MKLSparse v2.0.0
Merged pull requests:
- Add a script to generate Julia wrappers with Clang.jl (#31) (@amontoison)
- Update libmklsparse.jl (#32) (@amontoison)
- Use the new API (#33) (@amontoison)
- Use the artifact MKL_Headers_jll (#34) (@amontoison)
- Regenerate libmklsparse.jl for MKL_jll.jl v2024.1.0 (#39) (@amontoison)
- Remove CI on Mac (#40) (@amontoison)
- Support Mac with MKL v2023.2.0 (#41) (@amontoison)
- Update MKLSparse.jl (#43) (@amontoison)
- Regenerate libmklsparse.jl (#46) (@amontoison)
Closed issues:
- Can't install MKLSparse on Windows (#14)
- Migrate to new API (#17)
- How to control number of threads? (#26)
- Are sparse matrix-matrix multiplications implemented? (#27)
- The speed ratio of matrix multiplication using MKLSparse stop to grow while number of of threads >= 8. (#29)
- Different type matrices does not use multi-thread (#35)
- Error on macOS (#38)
- TagBot trigger issue (#42)
v1.1.0
MKLSparse v1.1.0
Closed issues:
- Julia 1.0 Support? (#15)
- Add dependency on MKL_jll.jl (#18)
- 5-argument mul! has different signature than in stdlib (#19)
Merged pull requests:
- Fix 5-arg mul! signature (#20) (@pablosanjose)
- Widen alpha, beta type in mul! signature (#21) (@pablosanjose)
- Depend on MKL_jll (#22) (@pablosanjose)
- Enable CI through GitHub actions (#23) (@pablosanjose)
Version 1.0.0
Merge pull request #16 from JuliaSparse/an/07 Updates for Julia 0.7
v0.1.0
fix compat