Releases: bhamon/gpuPlotGenerator
Releases · bhamon/gpuPlotGenerator
v4.2.2
v4.1.4
GPU plot generator v4.1.4
This is a minor version to mostly correct build and display errors.
Changelog
- d93604e Linux build and preallocation corrected (thanks to @noobaldrin).
- de4be45 Display buffer properly flushed (thanks to @cosminonea).
- c85fff7 Mac build corrected (thanks to @bsom).
- 4c504a0 Correctly handle OpenCL platforms with no devices attached.
v4.1.3
v4.1.2
v4.1.1
v4.1.0
GPU plot generator v4.1.0
This is a major version. The build system has been changed to CMake to make it easier to maintain across OSes.
As the use of the [direct] writing strategy grows bigger, this version also contains a preallocation feature to speed things up.
Changelog
- Build system changed to CMake.
- Pre-allocation added to [direct] writing strategy.
- Darwin native support added.
- Utility function
formatValue
corrected. - Build documentation updated.
- Write strategies documented.
v4.0.4
v4.0.3
v4.0.2
GPU plot generator v4.0.2
This is a minor version. It corrects a critical bug in the multi-files generation feature.
Changelog
- Parameter [buffersNb] replaced by [writerType] in the [generate] command (rotating buffers removed).
- Writing strategy is now handled by generation contexts.
- Plots buffering is now handled by generation devices.
- Less memory consumption.
- Job selection algorithm corrected in the [generate] command (caused issues while plotting multiple files with different size).
v4.0.0
GPU plot generator v4.0.0
This is a major version.
This version introduces the multiple output file feature to increase throughput.
Changelog
- Support for multiple output files added.
- Direct writing added.
- Memory management improved.
- File seek() calls enhanced.