issues
search
praeclarum
/
webgpu-torch
Tensor computation with WebGPU acceleration
MIT License
583
stars
17
forks
source link
Matmul
#9
Closed
praeclarum
closed
1 year ago
praeclarum
commented
1 year ago
Implements the four cases:
dot
Vector and Vector
mv
Vector and Matrix using
m^T*v
mv
Matrix and Vector
bmm
Batched Matrix and Matrix with broadcasting
Implements the four cases:
m^T*v