GPU plot generator v4.1.3
This is a minor version to correct build issues and to provide CentOS binaries (x64 only for now).
Changelog
- C++11 features activated in the CMake build system (CentOS support).
Downloads
GPU plot generator v4.1.2
This is a minor version to correct build issues and to provide linux binaries (x64 only for now).
Changelog
- Missing thread library added to cmake.
- Linux version corrected.
Downloads
GPU plot generator v4.1.1
This is a minor version to help debug user problems with the new pre-allocation feature.
Changelog
- Pre-allocation error codes returned (windows version).
Downloads
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
formatValuecorrected. - Build documentation updated.
- Write strategies documented.
Downloads
GPU plot generator v4.0.4
This is a minor version. It corrects some bugs pointed by @k06a.
Changelog
- Bugs correction.
Downloads
GPU plot generator v4.0.3
This is a minor version. It improves the writing strategies.
Changelog
- [direct] writing strategy rewritten to enhance performances.
- [buffer] writing strategy slightly enhanced.
Downloads
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).
Downloads
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.
Downloads
GPU plot generator v3.1.0
This is a major version. A new command has been added and the code has been greatly improved to prepare the multi-disks writting feature (4.0.0).
Changelog
- [setup] command added.
- Display bug corrected in the [listDevices] command.
- Architecture reviewed (generation specific elements removed from OpenCL wrappers) to improve code sharing between commands.
Downloads
GPU plot generator v3.0.2
This is a minor version to add some missing features.
Changelog
- Restriction removed from the devices listing to add APU support.
- [Max work-item sizes] info added in the devices details (hint for the parameter).