GitXplorerGitXplorer
k

node-cuda

public
413 stars
57 forks
6 issues

Commits

List of commits on branch master.
Unverified
d915b6617778d171718a2b05e65918ca9e61c23e

removed wscript

kkashif committed 10 years ago
Unverified
d391632a23e308fb0ea8c38b77c136677f6f7553

rename index.js to cuda.js and some small cleanups

kkashif committed 10 years ago
Unverified
bde00bfe27ab0a1bb3e58c038d6ac5a3445dc6b0

recompile device-only .cubin files with cuda 5

kkashif committed 12 years ago
Unverified
e987dcaa312ced807ade04c4039971c5a35ced86

use new libuv api

kkashif committed 12 years ago
Unverified
071a432bf75a4529d25676af7a35cbe7df80157f

Merge pull request #3 from aaronjoslyn/windows

committed 12 years ago
Unverified
20d65673969cc5e4a8977c278557161e79d53e65

Added Windows-specific build configuration

committed 12 years ago

README

The README file for this repository.

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