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

Method wait

devices/hip/hip_device.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 void HIPDevice::wait()
247 {
248 for (auto& subdevice : subdevices)
249 subdevice->getEngine()->wait();
250 }
251
252OIDN_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

getEngineMethod · 0.45

Tested by

no test coverage detected