ArrayFire is a general-purpose library that simplifies the process of developing software that targets parallel and massively-parallel architectures including CPUs, GPUs, and other hardware acceleration devices.
Ruby bindings are a work in progress and are not production ready yet.
git clone https://github.com/arrayfire/arrayfire-rb cd arrayfire/ gem install bundler bundle install rake compileRun the tests using
rake testIf you want to try out the code without installing:
rake pryTo install:
rake installThis software is distributed under the BSD 3-Clause License.
Copyright © 2017, Prasun Anand and ArrayFire

