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

Interface ISubKernelArray

src/index.d.ts:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58export interface ISubKernelArray {
59 [index: number]:
60 ((...args: ThreadKernelVariable[]) => ThreadFunctionResult)
61 | ((...args: any[]) => ThreadFunctionResult);
62}
63
64export interface ISubKernelsResults {
65 [resultsLocation: string]: KernelOutput;

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…