wmjpillow / node-rapids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  rapids-js

The rapids-js project comprises of collection of JavaScript bindings to the following Rapids libraries:

  1. cudf
  2. cugraph
  3. cuspatial
  4. rmm

Additionally, rapids-js includes JavaScript bindings to cuda and glfw.

For detailed APIs, follow our API Documentation.

Setup & Installation

CUDA/GPU requirements

  • CUDA 10.1+
  • NVIDIA driver 418.39+
  • Pascal architecture or better (Compute Capability >=6.0)

To get started with rapids-js, follow the Setup Instructions. Individual rapids-js modules can be installed separately as-needed.

Demos

The demos module contains a bunch of examples which use a combination of rapids-js modules to re-implement some browser+webgl based examples. Some of them include:

After you build the modules, just run yarn demo from the command line, and choose the demo you want to run.

License

This work is licensed under the Apache-2.0 license.


About

License:Apache License 2.0


Languages

Language:C++ 39.0%Language:TypeScript 34.9%Language:JavaScript 20.9%Language:CMake 2.2%Language:Python 1.7%Language:HTML 0.5%Language:Shell 0.4%Language:Dockerfile 0.4%Language:CSS 0.0%