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

Function add

test/features/read-from-texture.js:9–11  ·  view source on GitHub ↗
(m, n)

Source from the content-addressed store, hash-verified

7 const gpu = new GPU({ mode });
8
9 function add(m, n) {
10 return m + n;
11 }
12
13 const kernels = gpu.createKernelMap({
14 addResult: add

Callers 5

readFromTextureKernelsFunction · 0.70
speedTestFunction · 0.70
balancedTestFunction · 0.70
precisionTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected