MCPcopy Create free account
hub / github.com/RenderKit/oidn / finalize

Method finalize

devices/gpu/gpu_input_process.h:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.85
getCMethod · 0.45

Tested by

no test coverage detected