You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Embree SYCL API is designed for photorealistic rendering use cases, where scene setup is performed on the host, and rendering on the device.
Please provide support for scene setup on the device. This reduces host-device memory transfers if the input is already in device memory and better fits in with other GPU accelerated workflows, i.e. use cases where multiple operations need to be performed in a pipeline on the GPU.
Background: We are adding SYCL raycasting support to Open3D.
The text was updated successfully, but these errors were encountered:
From https://github.com/RenderKit/embree/blob/master/doc/src/api.md
Please provide support for scene setup on the device. This reduces host-device memory transfers if the input is already in device memory and better fits in with other GPU accelerated workflows, i.e. use cases where multiple operations need to be performed in a pipeline on the GPU.
Background: We are adding SYCL raycasting support to Open3D.
The text was updated successfully, but these errors were encountered: