arrayfire addon updated

The addon allows high performance computing of matrix product
and many other mathematical array operations. Multiple cpu
cores and hardware such as Nvidia gpus are used as appropriate.

Browse https://arrayfire.org for more info.

There are many small improvements and a new and significant
tutorial that shows how you can add arrayfire c++ code for
easier use of all that arrayfire has to offer.

Get started:
   load '~addons/math/arrayfire/arrayfire.ijs'
...
  init_jaf_ 'cpu'
  tut_jaf_ 'basic' NB. basic tutorial
...
   tut_jaf_'xaf_cpp' NB. new c++ tutorial that opens up new possibilities
...

*** from the addon description
cd bindings and utilities for ArrayFire shared library

https://arrayfire.org

"ArrayFire is a high performance software library for
parallel computing with an easy-to-use API. Its array based
function set makes parallel programming more accessible."

J-ArrayFire cd bindings make it easy to have
high performance computing for things like matrix multiply
with cpu cores, Nvidia gpus, and opencl.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to