()
| 365 | function testSetFunctionsFromArrayOnKernel(mode) { |
| 366 | const gpu = new GPU({ mode }); |
| 367 | function custom() { |
| 368 | return 1; |
| 369 | } |
| 370 | const kernel = gpu.createKernel(function() { |
| 371 | return custom(); |
| 372 | }, { output: [1] }); |
no outgoing calls
no test coverage detected
searching dependent graphs…