Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/gpujs/gpu.js into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Jan 6, 2020
2 parents 03972cc + 610ed54 commit eb01c6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Logo](http://gpu.rocks/img/ogimage.png)](http://gpu.rocks/)


[<img width="100" alt="Logo" src="http://gpu.rocks/static/media/jelly.3587de60.png">](http://gpu.rocks/)
# GPU.js
GPU.js is a JavaScript Acceleration library for GPGPU (General purpose computing on GPUs) in JavaScript for Web and Node.
GPU.js automatically transpiles simple JavaScript functions into shader language and compiles them so they run on your GPU.
Expand All @@ -16,7 +14,6 @@ For some more quick concepts, see [Quick Concepts](https://github.com/gpujs/gpu.
Creates a GPU accelerated kernel transpiled from a javascript function that computes a single element in the 512 x 512 matrix (2D array).
The kernel functions are ran in tandem on the GPU often resulting in very fast computations!
You can run a benchmark of this [here](http://gpu.rocks). Typically, it will run 1-15x faster depending on your hardware.
You can experiment around with the [kernel playground here](http://gpu.rocks/playground)
Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x 512) written in GPU.js:

## Browser
Expand Down

0 comments on commit eb01c6c

Please sign in to comment.