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

Method getSignature

src/backend/kernel.js:897–899  ·  view source on GitHub ↗

* * @param {Kernel} kernel * @param {GPUVariableType[]} argumentTypes * @abstract

(kernel, argumentTypes)

Source from the content-addressed store, hash-verified

895 * @abstract
896 */
897 static getSignature(kernel, argumentTypes) {
898 throw new Error(`"getSignature" not implemented on ${ this.name }`);
899 }
900
901 /**
902 *

Callers 2

onRequestSwitchKernelMethod · 0.45
buildSignatureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected