Skip to content

arrayfire/arrayfire-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 wrapper for ArrayFire

Gitter chat

Ruby bindings are a work in progress and are not production ready yet.

Installation

git clone https://github.com/arrayfire/arrayfire-rb
cd arrayfire/
gem install bundler
bundle install
rake compile

Run the tests using

rake test

If you want to try out the code without installing:

rake pry

To install:

rake install

Blog Posts

Contributing

For details see CONTRIBUTING.

Acknowledgements

LICENSE

This software is distributed under the BSD 3-Clause License.

Copyright © 2017, Prasun Anand and ArrayFire

Releases

No releases published

Packages

No packages published