MKL v0.9.0
Breaking changes
- Get number of threads with
MKL.get_num_threads
. - Set number of threads with
MKL.set_num_threads
.
Merged pull requests:
- Add funcionality to set/get total number of threads (wrapper for
mkl_set_num_threads
andmkl_get_num_threads
) (#180) (@VinceNeede) - Update Project.toml (#181) (@ViralBShah)
- Update ci.yml (#182) (@ViralBShah)
- Update Project.toml to v0.9.0 (#183) (@ViralBShah)