UNPKG

cuda.js

Version:

CUDA bindings for Node.js

6 lines 218 B
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