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

Interface IKernelMapResult

examples/advanced-typescript.ts:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41interface IKernelMapResult extends ISubKernelsResults {
42 test: KernelOutput;
43}
44
45const kernelMap = gpu.createKernelMap<Parameters<typeof kernelFunction>>({
46 test: subKernel,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…