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

Tmr stencil matrices may contain unused rows #7

Open
manuelkNVDA opened this issue Jan 31, 2025 · 0 comments
Open

Tmr stencil matrices may contain unused rows #7

manuelkNVDA opened this issue Jan 31, 2025 · 0 comments
Labels
optimization Performance improvements

Comments

@manuelkNVDA
Copy link
Collaborator

The Far::PatchBuilder used to generate the subdivision weights will produce patch points for every level of isolation, but there may not be any sub-patch generated in the hierarchy (likely rare). This results in stencil matrices storing rows of weights that are never used.

  • quantify the number of unused stencil rows in a sizeable topology map
  • if significant enough, implement a post-processing pass in Tmr::SubdivisionPlanBuilder to excise the rows & re-index the patch point indices.
@manuelkNVDA manuelkNVDA added the optimization Performance improvements label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Performance improvements
Projects
None yet
Development

No branches or pull requests

1 participant