File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
@htmlonly <a name="v12_0_1_changes"></a>@endhtmlonly
6
6
@par
7
- <B>Version 12.0.1</B> - <I>In development</I>
7
+ <B>Version 12.0.1</B> - <I>April 3, 2025</I>
8
+
9
+ @par
10
+ OpenVDB:
11
+ - New features:
12
+ - Added read and write support for OFF (Object File Format) files to vdb_tool
13
+
14
+ - Build:
15
+ - Fixed a build issue with vdb_render on Windows with newer versions of glew not including glu.h by default
16
+ - Fixed issues with newer versions of clang refusing to accept older ::template syntax
17
+
18
+ @par
19
+ NanoVDB:
20
+ - New features:
21
+ - Added support for multiple GPUs to DeviceBuffer
22
+ - Added a UnifiedBuffer class that wraps CUDA unified memory
23
+ - Added example for multiGPU sparse convolution
24
+ - Added CUDA utility functions for device queries
25
+ - Added functions to independently stop and compute the elapsed time for timer classes
26
+
27
+ - Improvements:
28
+ - Replaced CUB's CachingDeviceAllocator with the default asynchronous stream ordered allocator in PointsToGrid for improved performance
29
+
30
+ - Bug fix:
31
+ - Map is now properly transposed when converting NanoVDB to OpenVDB.
32
+ - Fixed ostream specializations being hidden within the nanovdb namespace
33
+ - Fixed a call to a non-existent method in GridBuild.h
34
+
8
35
9
36
@htmlonly <a name="v1_changes"></a>@endhtmlonly
10
37
@par
You can’t perform that action at this time.
0 commit comments