0.1.0 • Published 12 years ago

cuda v0.1.0

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

node-cuda

node-cuda provides NVIDIA CUDA™ bindings for Node.js.

Prerequisites

You will need to have a CUDA compatible GPU as well as the latest CUDA Drivers and Toolkit installed for your platform. Currently only tested on Max OS X and Linux 64-bit.

Installation

To obtain and build the bindings:

git clone git://github.com/kashif/node-cuda.git
cd node-cuda
node-waf configure build

or install it via npm:

npm install node-cuda