faster matrix multiplication
This commit is contained in:
parent
6c7b89c9eb
commit
5880b0ff2b
3 changed files with 1756 additions and 58 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0"
|
||||
"cheerio": "^1.0.0",
|
||||
"gpu.js": "^2.15.0"
|
||||
},
|
||||
"overrides": {
|
||||
"gl": "^8.1.6"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue