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

Function saveTarget

test/features/create-kernel-map.js:197–199  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

195function createKernelMap3DAuto(mode) {
196 const gpu = new GPU({ mode });
197 function saveTarget(value) {
198 return value;
199 }
200 const kernel = gpu.createKernelMap({
201 target: saveTarget
202 }, function(value) {

Callers 1

createKernelMap3DAutoFunction · 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…