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

Performance optimization for Hashgrid and RFTracer #112

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

hXl3s
Copy link
Contributor

@hXl3s hXl3s commented Feb 3, 2023

Performance optimization PR:

  • Use packed representation of hashgrid codebook to reduce overhead of casting to FP16 in AMP training
  • Precompute masks for point filtering to reduce CPU <-> GPU synchronization count
  • Optimizer sets grads to None because it is faster than zeroing grads

@orperel orperel merged commit cc9b4cb into NVIDIAGameWorks:main Feb 3, 2023
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

Successfully merging this pull request may close these issues.

2 participants