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

Function custom_adder

test/features/nested-function.js:9–11  ·  view source on GitHub ↗
(a,b)

Source from the content-addressed store, hash-verified

7 const gpu = new GPU({ mode });
8 const f = gpu.createKernel(function(a, b) {
9 function custom_adder(a,b) {
10 return a+b;
11 }
12
13 return custom_adder(a[this.thread.x], b[this.thread.x]);
14 }, {

Callers 1

nestedSumABTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…