MCPcopy Create free account
hub / github.com/RenderKit/embree / syncWithDevice

Method syncWithDevice

kernels/sycl/scene_sycl.cpp:121–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Scene::syncWithDevice()
122{
123 DeviceGPU* gpu_device = dynamic_cast<DeviceGPU*>(device);
124 if(!gpu_device) {
125 return;
126 }
127
128 sycl::queue queue = sycl::queue(gpu_device->getGPUDevice());
129 syncWithDevice(queue);
130 queue.wait_and_throw();
131}
132
133sycl::event Scene::syncWithDevice(sycl::queue queue)
134{

Callers

nothing calls this directly

Calls 11

queueClass · 0.85
getSceneFlagsFunction · 0.85
parallel_forFunction · 0.85
is_gpuMethod · 0.45
commitMethod · 0.45
sizeMethod · 0.45
freeMethod · 0.45
mallocMethod · 0.45
isEnabledMethod · 0.45

Tested by

no test coverage detected