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

How about the speed on V100? #18

Open
aoliao12138 opened this issue Jan 12, 2023 · 1 comment
Open

How about the speed on V100? #18

aoliao12138 opened this issue Jan 12, 2023 · 1 comment

Comments

@aoliao12138
Copy link

Nice work! I am curious about the rendering speed on the V100. Will the speed be much slower since there are no RTX cores on V100? Thank you very much!

@jmunkberg
Copy link
Collaborator

Thanks @aoliao12138 ,

Yes, we have noticed significant slowdown on V100 due to the lack of RTX cores, as we cast many rays to compute lighting in the hemisphere. One alternative may be to run nvdiffrec, https://github.com/NVlabs/nvdiffrec/, which is a similar reconstruction algorithm with a simpler shading model, which does not require ray tracing.

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

2 participants