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

Update NanoVDB with latest changes #2001

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matthewdcong
Copy link
Contributor

This PR introduces and includes several improvements to NanoVDB.

From @kmuseth :

  • Added support for multiple GPUs to DeviceBuffer
  • Added a UnifiedBuffer class that wraps CUDA unified memory
  • Added CUDA utility functions for device queries
  • Added functions to independently stop and compute the elapsed time for timer classes
  • Fixed ostream specializations being hidden within the nanovdb namespace

From @matthewdcong

  • Added example for multiGPU sparse convolution
  • Replaced CUB's CachingDeviceAllocator with the default asynchronous stream ordered allocator in PointsToGrid for improved performance

@@ -1228,6 +1243,25 @@ class Mask
{
on ? this->setOnAtomic(n) : this->setOffAtomic(n);
}
/*
template<typename WordT>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤓 nitpick (non-blocking): ‏ Should we remove (or uncomment) this code before merging?

Copy link
Contributor Author

@matthewdcong matthewdcong Jan 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep it as-is for now, can always remove as needed.

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