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

About the render_ray_kernel #118

Open
WangFeng18 opened this issue Mar 26, 2023 · 0 comments
Open

About the render_ray_kernel #118

WangFeng18 opened this issue Mar 26, 2023 · 0 comments

Comments

@WangFeng18
Copy link

Hi, Thanks for sharing the excellent works.
I have carefully read the code, and I find in the cuda implementation of render_ray_kernel function, you calculate a single ray with a warp of kernels, each kernel caculates a single channel, as I understand. I wonder the benifits of this way, as I find that many repeated computations are excuted for the SH method, the only parallism is the add of multiple coefficient, as I understand. I wonder if this is the best way you have tried for accelerating computations for SH representations. And why this way is better.
Thanks you.

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