(kernelThreadString)
| 422 | } |
| 423 | |
| 424 | _graphicalKernelBody(kernelThreadString) { |
| 425 | switch (this.output.length) { |
| 426 | case 2: |
| 427 | return this._graphicalKernel2DLoop(kernelThreadString) + this._graphicalOutput(); |
| 428 | default: |
| 429 | throw new Error('unsupported size kernel'); |
| 430 | } |
| 431 | } |
| 432 | |
| 433 | _graphicalOutput() { |
| 434 | return ` |
no test coverage detected