I think af addon doesn't need include or lib files to run. If dll files only are mandatory, can these windows dll be downloaded from j software website and put into a folder under the af addon?
On Fri, 28 Jan 2022 at 5:08 AM Eric Iverson <eric.b.iver...@gmail.com> wrote: > arrayfire addon updated > > * improved init > > * support for apple m1 > > * Pascal's idea that integer lists are better than boxed lists > this required changes in several of the tutorial examples > for example, > q=. af_matmul_jaf_ af1;af2 > was changed to > q=. af_matmul_jaf_ af1,af2 > > * J like dyad syntax for ops like matmul and the mop family was not adopted > matmul lh,rh is in fact: matmul lh,rh,lhoptions,rhoptions > mop lh,rh is in fact: mop lh,rh,options > this makes the dyad idea less attractive > > * opencl has been tested > it works, but is quite flaky on some platforms > works as expected on windows, but had lots of 'internal error' on linx > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm