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

Purging tiles from hash grid cache may affect other tiles in current implementation. #28

Open
Hineven opened this issue Dec 24, 2024 · 0 comments

Comments

@Hineven
Copy link

Hineven commented Dec 24, 2024

In GI10 the PurgeTiles kernel remove outdated tiles by resetting their hash values in the hash table to 0 (not populated).
I suspect that if there're multiple tiles active within the same bucket, the removal of i-th tile may cause the next query of the succeeding i+1 th...kth tile to fail and eventually re-allocate tiles, losing history radiance values.

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