# Xeon Phi Knights Landing

**URL:** https://discourse.julialang.org/t/xeon-phi-knights-landing/2203
**Category:** Internals & Design
**Created:** [February 21, 2017, 4:42am UTC](https://discourse.julialang.org/t/xeon-phi-knights-landing/2203 "2017-02-21T04:42:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hsseung](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hsseung/32/2521_2.png) [@hsseung](https://discourse.julialang.org/u/hsseung)
#### Post date: [February 21, 2017, 4:42am UTC](https://discourse.julialang.org/t/xeon-phi-knights-landing/2203/1 "2017-02-21T04:42:33Z")

</div>

I’ve got a new Xeon Phi Knights Landing machine, and I tried out the stock Julia 0.5 binary. Matrix multiplication is painfully slow (\>100x). Recompilation with MKL 2017 failed. Before I go any further, if anyone out there has a KNL machine could you share your experiences here? I’d be grateful.

---

<div class="post-metadata">

### Author: ![Keno](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/keno/32/285_2.png) [@Keno](https://discourse.julialang.org/u/Keno)
#### Post date: [February 21, 2017, 4:53am UTC](https://discourse.julialang.org/t/xeon-phi-knights-landing/2203/2 "2017-02-21T04:53:36Z")

</div>

The [Celeste](https://github.com/jeff-regier/Celeste.jl) project frequently runs julia on KNL. As you might imagine it’s a little tricky as all the software is still playing catch-up. In any case, you’ll want to use a recent version of julia 0.6 and recompile it with an equally recent version of LLVM. The instructions in [https://github.com/jeff-regier/Celeste.jl/issues/391](https://github.com/jeff-regier/Celeste.jl/issues/391) might help

---

<div class="post-metadata">

### Author: ![hsseung](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hsseung/32/2521_2.png) [@hsseung](https://discourse.julialang.org/u/hsseung)
#### Post date: [February 21, 2017, 5:55am UTC](https://discourse.julialang.org/t/xeon-phi-knights-landing/2203/3 "2017-02-21T05:55:49Z")

</div>

Thanks!

---

<div class="post-metadata">

### Author: ![felix](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/felix/32/604_2.png) [@felix](https://discourse.julialang.org/u/felix)
#### Post date: [February 21, 2017, 7:56am UTC](https://discourse.julialang.org/t/xeon-phi-knights-landing/2203/4 "2017-02-21T07:56:58Z")

</div>

[… sounds like a nice machine you got there](https://en.wikipedia.org/wiki/Xeon_Phi) 😁
