kashif / node-cuda

NVIDIA CUDA™ bindings for Node.js

Home Page:http://github.com/kashif/node-cuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NVIDIA CUDA™ bindings for Node.js

http://github.com/kashif/node-cuda

License:Other


Languages

Language:C++ 79.4%Language:JavaScript 14.0%Language:Python 4.9%Language:Cuda 1.7%