File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Added nanovdb::openToIndexVDB, which can convert an OpenVDB grid into a NanoVDB IndexGrid.
2- Added new options "--index" and "--onIndex" to the command-line tool nanovdb_convert so it can produce IndexGrids
2+ Added new options "--index" and "--onIndex" to the command-line tool nanovdb_convert so it can produce IndexGrids
3+
4+ Fixed memory leak in DeviceBuffer
5+ Added constructor for DeviceBuffer from an existing HostBuffer
6+ Added VoxelBlockManager, an acceleration structure for sequential access and stencil ops over active voxels
7+ Added helper functions for kernel launches with shared memory
8+ Added support for CUDA 13.0
9+ Fix warnings and compilation errors for GCC and Clang
10+ Fixed inconsistent usage of util::cuda::mallocAsync/freeAsync that affected vGPUs
11+ Added support for custom memory resources in PointsToGrid
12+ Fixed race condition in split/mergeGridHandles.
You can’t perform that action at this time.
0 commit comments