# OpenBLAS is faster than Intel MKL on AMD Hardware (Ryzen)

**URL:** https://discourse.julialang.org/t/openblas-is-faster-than-intel-mkl-on-amd-hardware-ryzen/8033
**Category:** Performance
**Tags:** blas, lapack
**Created:** [December 28, 2017, 2:49am UTC](https://discourse.julialang.org/t/openblas-is-faster-than-intel-mkl-on-amd-hardware-ryzen/8033 "2017-12-28T02:49:32Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![RoyiAvital](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/royiavital/32/571_2.png) [@RoyiAvital](https://discourse.julialang.org/u/RoyiAvital)
#### Post date: [May 19, 2020, 2:06pm UTC](https://discourse.julialang.org/t/openblas-is-faster-than-intel-mkl-on-amd-hardware-ryzen/8033/29 "2020-05-19T14:06:38Z")

</div>

You haven’t said what are you comparing the `AMD 3900x` to.

But generally speaking, it will be faster than any Intel CPU with less cores which doesn’t have `AVX512` for Multi Threaded Linear Algebra.

It will be also a decent CPU for single threaded operations yet Intel has higher frequency CPU’s which will beat it on those tasks (Probably in the 3-10% range).

If you use it with MKL, remember to use the [Acceleration of Intel MKL on AMD Ryzen CPU’s](https://discourse.julialang.org/t/31287) trick. Then you’ll get the best BLAS performance out there for non `AVX512` 12 cores CPU.

---

_[View the full topic](https://discourse.julialang.org/t/openblas-is-faster-than-intel-mkl-on-amd-hardware-ryzen/8033)._
