MCPcopy Index your code
hub / github.com/gpujs/gpu.js / add

Function add

test/features/create-kernel-map.js:21–23  ·  view source on GitHub ↗
(a1, a2)

Source from the content-addressed store, hash-verified

19
20function createArrayKernels(gpu, output) {
21 function add(a1, a2) {
22 return a1 + a2;
23 }
24 function divide(d1, d2) {
25 return d1 / d2;
26 }

Callers 1

createArrayKernelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected