| 39 | } |
| 40 | |
| 41 | interface IKernelMapResult extends ISubKernelsResults { |
| 42 | test: KernelOutput; |
| 43 | } |
| 44 | |
| 45 | const kernelMap = gpu.createKernelMap<Parameters<typeof kernelFunction>>({ |
| 46 | test: subKernel, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…