Skip to content

Commit 556a326

Browse files
committed
Update pendingchanges
Signed-off-by: Matthew Cong <[email protected]>
1 parent 3966b9f commit 556a326

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pendingchanges/nanovdb.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
Added 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.

0 commit comments

Comments
 (0)