Re: [julia-users] Intel Xeon Phi support?

2016-01-19 Thread Viral Shah
Phi is very unlikely, as there is no official LLVM support. Keno performed some heroics, but not having real LLVM support was a major showstopper. Julia is expected to work on KNL though, whenever it comes out. -viral On Tuesday, January 19, 2016 at 9:22:39 AM UTC+5:30, Chris Rackauckas wrote:

Re: [julia-users] Intel Xeon Phi support?

2016-01-19 Thread Isaiah Norton
If you have access to ICC you could potentially use https://github.com/IntelLabs/ParallelAccelerator.jl and compile with ICC. But this will be pretty far out in the weeds so YMMV. On Tue, Jan 19, 2016 at 7:09 AM, Viral Shah wrote: > Phi is very unlikely, as there is no

Re: [julia-users] Intel Xeon Phi support?

2016-01-18 Thread Chris Rackauckas
Any updates on Julia for the Phi? I know that MKL automatic offload works, but am looking for the whole thing. I do research in stochastic dynamical systems (easy to parallelize) and have a 5110 working, so I am ready to test it once Julia has it!

Re: [julia-users] Intel Xeon Phi support?

2015-03-12 Thread Stefan Karpinski
0.5 should be released around end of 2015, but there will be support on master before that. On Tue, Mar 10, 2015 at 2:00 PM, Jeff Waller truth...@gmail.com wrote: On Tuesday, March 10, 2015 at 1:39:42 PM UTC-4, Stefan Karpinski wrote: I'm not sure what that would mean – CPUs don't ship with

Re: [julia-users] Intel Xeon Phi support?

2015-03-12 Thread Karel Zapfe
Hello: Is it true then, that Knight's Landing will have Julia out-of-the-box? I was checking the page of Intel, but found nothing to the respect. At my laboratory we had some extra money, and were considering on getting one, but the point is that none of us is really good at using fortran+mpi

Re: [julia-users] Intel Xeon Phi support?

2015-03-10 Thread Jeff Waller
On Tuesday, March 10, 2015 at 1:39:42 PM UTC-4, Stefan Karpinski wrote: I'm not sure what that would mean – CPUs don't ship with software. Julia will support Kinght's Landing, however, although it probably won't do so until version 0.5. On Tue, Mar 10, 2015 at 1:36 PM, Karel Zapfe

Re: [julia-users] Intel Xeon Phi support?

2015-03-10 Thread Viral Shah
LLVM support for KNL is already in place. So yes, it will come quickly, but in a released version of Julia, that is certainly no earlier than 0.5. It is also quite likely that we need good multi-threading support to ensure a good experience for KNL - which is also happening simultaneously. I

Re: [julia-users] Intel Xeon Phi support?

2015-03-10 Thread Stefan Karpinski
I'm not sure what that would mean – CPUs don't ship with software. Julia will support Kinght's Landing, however, although it probably won't do so until version 0.5. On Tue, Mar 10, 2015 at 1:36 PM, Karel Zapfe kza...@gmail.com wrote: Hello: Is it true then, that Knight's Landing will have

Re: [julia-users] Intel Xeon Phi support?

2015-03-10 Thread Jeff Waller
On Tuesday, March 10, 2015 at 2:07:34 PM UTC-4, Viral Shah wrote: LLVM support for KNL is already in place. So yes, it will come quickly, but in a released version of Julia, that is certainly no earlier than 0.5. It is also quite likely that we need good multi-threading support to ensure

Re: [julia-users] Intel Xeon Phi support?

2014-11-08 Thread John Drummond
http://www.colfax-intl.com/nd/xeonphi/31s1p-promo.aspx is a link from a distributor. Presumably Intel are trying to encourage the growth of the use, also with knight's landing turning up and they made a lot of them. In lots of 10 they're selling at 125 usd each. On Saturday, November 8, 2014

Re: [julia-users] Intel Xeon Phi support?

2014-11-07 Thread John Drummond
In the short term some options calculations, some other monte carlo calculations. They're all ridiculously parallel. i.e for a whole lot of client data what does a population of simulated clients look like having had the same trades, one by one. I'd have to do a whole lot of anonymisation to

Re: [julia-users] Intel Xeon Phi support?

2014-11-07 Thread Jeff Waller
On Thursday, November 6, 2014 1:14:51 PM UTC-5, Viral Shah wrote: We had ordered a couple, but they are really difficult to get working. There is a fair bit of compiler work that is required to get it to work - so it is safe to assume that this is not coming anytime soon. However, the

Re: [julia-users] Intel Xeon Phi support?

2014-11-06 Thread John Drummond
Did you have any success? There's an offer of the cards for 200usd at the moment https://software.intel.com/en-us/articles/special-promotion-intel-xeon-phi-coprocessor-31s1p so I was going to pick one up Kind Regards, John. On Monday, May 12, 2014 4:45:32 PM UTC+1, Stefan Karpinski wrote: Not

[julia-users] Intel Xeon Phi support?

2014-05-12 Thread Nikolaos
Hi, Has anyone tried to configure and run julia on an intel xeon phi coprocessor? Any hints would be very helpful , how to run parallel on intel's phi cores. Thank you.

Re: [julia-users] Intel Xeon Phi support?

2014-05-12 Thread Stefan Karpinski
Not that I'm aware of, but we're going to take a crack at this over the summer, so there should be some progress here in the relatively near future. On Mon, May 12, 2014 at 9:46 AM, Nikolaos tsakos.windsur...@gmail.comwrote: Hi, Has anyone tried to configure and run julia on an intel xeon