Re: [julia-users] Arrayfire and Julia

2015-09-18 Thread tony
I skimmed some of their c api and it looked pretty usable. On Fri, Sep 18, 2015 at 9:02 AM -0700, "Keno Fischer" wrote: Arrayfire is written in C++, so the C++ is by far the simplest way to interface with it. This work was mostly exploratory, to see if it was useful at all. If somebody wanted

Re: [julia-users] Arrayfire and Julia

2015-09-18 Thread Keno Fischer
Arrayfire is written in C++, so the C++ is by far the simplest way to interface with it. This work was mostly exploratory, to see if it was useful at all. If somebody wanted to seriously use it now, I could see wanting to rewrite it using the C interface, but that would be a simple task once the AP

Re: [julia-users] Arrayfire and Julia

2015-09-18 Thread Viral Shah
I believe the C interface is not as well supported as the C++ one, but I could be wrong. That is probably why Keno chose the C++ interface. He could perhaps say more. -viral > On 18-Sep-2015, at 3:37 pm, Tim Holy wrote: > > I don't know anything about ArrayFire, but this seems potentially i

[julia-users] Arrayfire and Julia

2014-11-14 Thread Zahirul ALAM
Arrayfire has a large library for GPU computing. They have decided to make their codes open source. I am hoping that someone much more able than me will write some sort of wrapper to use the Arrayfire library in Julia. Here is the github link: https://github.com/arrayfire/arrayfire