UNPKG
cuda.js
Version:
latest (0.1.0)
0.1.0
0.0.1
CUDA bindings for Node.js
cuda.js
/
lib
/
utils
/
matmul.d.ts
6 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
GpuArray
}
from
'../gpu-array'
;
/** * Matrix multiplication on GPU */
export
declare
function
matmul
(
a
:
GpuArray
,
b
:
GpuArray
,
m
:
number
,
n
:
number
,
k
:
number
):
GpuArray
;
//# sourceMappingURL=matmul.d.ts.map