(value)
| 68 | function testSubKernelsLegacyEncoderOff(mode) { |
| 69 | const gpu = new GPU({ mode }); |
| 70 | function addOne(value) { |
| 71 | return value + 1; |
| 72 | } |
| 73 | const kernel = gpu.createKernelMap([ |
| 74 | addOne, |
| 75 | ], function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…