I did manage to install it eventually!

Other Windows users might wish to know that I found I needed to load J as an 
administrator to avoid failure.

Thanks,

Mike

Sent from my iPad

> On 27 Jan 2022, at 21:07, 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

Reply via email to