Skip to content

prasunanand/arrayfire-rb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit behind arrayfire:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Ruby wrapper for ArrayFire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.4%
  • Ruby 17.4%
  • C++ 0.2%