Skip to content

Commit bb0df17

Browse files
committed
Updated README to remove broken playground links and fix logo
1 parent f78f689 commit bb0df17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Logo](http://gpu.rocks/img/ogimage.png)](http://gpu.rocks/)
1+
[![Logo](http://gpu.rocks/static/media/jelly.3587de60.png)](http://gpu.rocks/)
22

33

44
# GPU.js
@@ -16,7 +16,6 @@ For some more quick concepts, see [Quick Concepts](https://github.com/gpujs/gpu.
1616
Creates a GPU accelerated kernel transpiled from a javascript function that computes a single element in the 512 x 512 matrix (2D array).
1717
The kernel functions are ran in tandem on the GPU often resulting in very fast computations!
1818
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)
2019
Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x 512) written in GPU.js:
2120

2221
## Browser

0 commit comments

Comments
 (0)