Skip to content

Commit eb01c6c

Browse files
Merge branch 'develop' of https://github.com/gpujs/gpu.js into develop
2 parents 03972cc + 610ed54 commit eb01c6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

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

2219
## Browser

0 commit comments

Comments
 (0)