Skip to content

Releases: bhamon/gpuPlotGenerator

v4.2.2

25 Jun 01:03
Compare
Choose a tag to compare

GPU plot generator v4.2.2

This is a major version to introduce POC2 support.

Changelog

  • POC2 support added and tested.

v4.1.4

28 Jan 11:34
Compare
Choose a tag to compare

GPU plot generator v4.1.4

This is a minor version to mostly correct build and display errors.

Changelog

v4.1.3

23 Jun 00:39
Compare
Choose a tag to compare

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).

v4.1.2

22 Jun 21:51
Compare
Choose a tag to compare

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.

v4.1.1

18 Jun 01:08
Compare
Choose a tag to compare

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).

v4.1.0

17 Jun 22:11
Compare
Choose a tag to compare

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

25 May 10:03
Compare
Choose a tag to compare

GPU plot generator v4.0.4

This is a minor version. It corrects some bugs pointed by @k06a.

Changelog

  • Bugs correction.

v4.0.3

13 Nov 07:02
Compare
Choose a tag to compare

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.

v4.0.2

30 Oct 22:38
Compare
Choose a tag to compare

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

24 Oct 18:18
Compare
Choose a tag to compare

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.