faster matrix multiplication

This commit is contained in:
biglyderv 2025-02-01 08:40:06 -05:00
parent 6c7b89c9eb
commit 5880b0ff2b
3 changed files with 1756 additions and 58 deletions

View file

@ -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"
}
}
}