MCPcopy Create free account
hub / github.com/chrxh/alien / registerImageResource

Method registerImageResource

source/EngineImpl/EngineWorker.cpp:601–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void EngineWorker::registerImageResource()
602{
603 if (_imageResource && !_cudaResource) {
604 _cudaResource = _simulationCudaFacade->registerImageResource(*_imageResource);
605 }
606}
607
608EngineWorkerGuard::EngineWorkerGuard(EngineWorker* worker, std::optional<std::chrono::milliseconds> const& maxDuration)
609 : _worker(worker)

Callers 1

setImageResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected