Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow scene setup with SYCL device resident tensors #490

Open
ssheorey opened this issue Jun 12, 2024 · 0 comments
Open

Allow scene setup with SYCL device resident tensors #490

ssheorey opened this issue Jun 12, 2024 · 0 comments

Comments

@ssheorey
Copy link

From https://github.com/RenderKit/embree/blob/master/doc/src/api.md

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant