Skip to content

Releases: JuliaLinearAlgebra/MKL.jl

v0.7.0

19 Jun 16:29
d756b68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

23 Feb 23:06
2b65319
Compare
Choose a tag to compare

MKL v0.6.3

Diff since v0.6.2

Merged pull requests:

  • CompatHelper: bump compat for MKL_jll to 2024, (keep existing compat) (#148) (@github-actions[bot])
  • CompatHelper: add new compat entry for Artifacts at version 1, (keep existing compat) (#150) (@github-actions[bot])
  • Remove mac from CI (#152) (@ViralBShah)
  • Remove FutureTagBot (#153) (@ViralBShah)
  • Make using MKL work reliably on all platforms irrespective of whether MKL is available. (#155) (@ViralBShah)
  • Update README.md about Mac multi-threading issue (#156) (@ViralBShah)
  • Intel mac notes (#157) (@ViralBShah)
  • Add note on Distributed (#158) (@ViralBShah)

Closed issues:

  • MKL Distributed slower! (#122)
  • Failing mac tests on MKL 2023.2 (#129)
  • BLAS interface completeness? (#138)
  • MKL 2024 dropped support for macOS (#146)
  • MKL@0.6.2 build fails (#154)

v0.6.2

04 Jan 19:10
45a4072
Compare
Choose a tag to compare

MKL v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • I need to install MKL manually before it becomes a dependency. (#125)
  • Deprecation of 32-bit MKL in 2024.0 onwards. (#128)
  • Failing windows tests with 2023.2 (#130)
  • PackageCompiler app can't install MKL on MS Windows 10 (#137)
  • Discrepancy between OpenBLAS and MKL result (#141)
  • compat preventing upgrade to latest MLK_jll.jl (#143)

v0.6.1

09 Aug 02:30
d439e4f
Compare
Choose a tag to compare

MKL v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

07 Feb 00:34
237d051
Compare
Choose a tag to compare

What's Changed

  • Fix issues with multi-threaded MKL on mac by disabling it by @ViralBShah in #99
  • USE LBT 5.0 and the new MKL ILP64 suffixes by @ViralBShah in #104

Full Changelog: v0.5.0...v0.6.0

v0.5.0

25 Feb 22:15
0a988ec
Compare
Choose a tag to compare

MKL v0.5.0

Diff since v0.4.4

Closed issues:

  • Disable use of multi-threaded MKL on mac (#98)
  • How to call MKL setter functions? (#103)
  • MKL apparently not loaded (#105)

Merged pull requests:

v0.4.4

17 Jan 16:41
dbd068f
Compare
Choose a tag to compare

v0.4.3

17 Jan 16:24
7c6c96b
Compare
Choose a tag to compare

MKL v0.4.3

Diff since v0.4.2

Closed issues:

  • MKL and PyPlot crash (#89)
  • Having installed MKL interferes with julia build process (#92)
  • Make precompile statements an artifact? (#93)
  • Building fails with: SystemError: opening file "/Applications/Julia-1.6.app/Contents/Resources/julia/bin/../share/julia/base/sysimg.jl": Permission denied (#96)
  • LoadError: InitError: could not load library (#100)

Merged pull requests:

  • add a line of clarification for mainland China users (#94) (@Roger-luo)
  • Bump the compat entry for MKL_jll from 2021 to 2021, 2022 (#102) (@DilumAluthge)

v0.4.2

23 Sep 11:08
46d6853
Compare
Choose a tag to compare

MKL v0.4.2

Diff since v0.4.1

Closed issues:

  • Make LP64 the default (#4)
  • ERROR: Unable to find compatible target in system image. on server with Intel Xenon CPU (#45)
  • PyPlot crashes after Julia MKL is installed (#46)
  • Add benchmarks (#50)
  • Error building MKL with JuliaPro (1.5.2-1) (#57)
  • Test MKL.jl with the full Julia LinearAlgebra tests (#70)
  • Matrix multiplication errors with MKL v0.4.0 (#72)
  • Bug in mkl_avx2.1.dll after a partial QR decomposition from LowRankApprox.jl ? (#75)
  • Is MKL.jl working with windows 10? (#80)
  • BLAS.vendor() still returns openblas64 (#81)

Merged pull requests:

v0.4.1

02 Jun 19:43
259493b
Compare
Choose a tag to compare

MKL v0.4.1

Diff since v0.4.0

Closed issues:

  • Reverting back to OpenBLAS? (#58)
  • Building MKL.jl fails in v1.6.0 (#60)
  • BLAS.set_num_threads() crashes on 1.7 (#67)
  • Libblastrampoline: less verbose version of get_config() (#73)
  • Run the full linear algebra test suite (#74)
  • BLAS.vendor vs BLAS.get_config return values (#76)
  • how to uninstall..? (#77)

Merged pull requests:

  • Update min Julia version necessary for using LBT 3.0.2 with MKL.jl (#71) (@ViralBShah)
  • Add Artifacts as dependency (#78) (@danielwe)
  • Fix version criterion for build vs. LBT (#79) (@danielwe)