| 195 | } |
| 196 | |
| 197 | void finalize() override |
| 198 | { |
| 199 | const std::string kernelName = "inputProcess_" + toString(DataTypeOf<DstT>::value) + |
| 200 | "_" + toString(dstLayout) + "_" + toString(dst->getC()); |
| 201 | pipeline = engine->newPipeline(kernelName); |
| 202 | } |
| 203 | #endif |
| 204 | |
| 205 | void submitKernels(const Ref<CancellationToken>& ct) override |