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

Method finalize

devices/gpu/gpu_output_process.h:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void finalize() override
95 {
96 const std::string kernelName = "outputProcess_" + toString(DataTypeOf<SrcT>::value) +
97 "_" + toString(srcLayout);
98 pipeline = engine->newPipeline(kernelName);
99 }
100 #endif
101
102 void submitKernels(const Ref<CancellationToken>& ct) override

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected