We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5335a0d + 63b5efa commit f514e79Copy full SHA for f514e79
README.md
@@ -37,6 +37,12 @@ Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x
37
</script>
38
```
39
40
+## CDN
41
+```
42
+https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js
43
+https://cdn.jsdelivr.net/npm/gpu.js@latest/dist/gpu-browser.min.js
44
45
+
46
## Node
47
```js
48
const { GPU } = require('gpu.js');
0 commit comments