Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 635 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 635 Bytes

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 OSX and Linux 64-bit.

Installation

To obtain and build the bindings:

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

or install it via npm:

npm install node-cuda