Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 971 Bytes

WebCUDA

WebCUDA is a specification for adding CUDA bindings to JavaScript. This project was started as a class project for CS598SVA at the Unversity of Illinois in Urbana-Champaign.

Features

CUDA-enabled JavaScript fuctionality includes

  • allocating CUDA-device memory within JavaScript
  • copying memory between the CUDA and JavaScript domains
  • compiling CUDA modules on-the-fly
  • launching CUDA kernels

Code Location

Our extension is located in the folder src/extensions/webcuda

Specification Information

A detailed description of the WebCUDA specification from the JavaScript Programmer's perspective is available here

Doxygen

We have also generated Doxygen Documentation to go along with our implementation. This Documentation is available here

Contributers

  • Jiho Choi
  • Kurt Fellows
  • Tom Shull