v4.1.3

@bhamon bhamon released this Jun 23, 2017

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

v4.1.2

@bhamon bhamon released this Jun 22, 2017 · 2 commits to master since this release

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

v4.1.1

@bhamon bhamon released this Jun 18, 2017 · 5 commits to master since this release

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

v4.1.0

@bhamon bhamon released this Jun 17, 2017 · 7 commits to master since this release

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.

Downloads

v4.0.4

@bhamon bhamon released this May 25, 2017 · 13 commits to master since this release

GPU plot generator v4.0.4

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

Changelog

  • Bugs correction.

Downloads

v4.0.3

@bhamon bhamon released this Nov 13, 2014 · 16 commits to master since this release

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

v4.0.2

@bhamon bhamon released this Oct 30, 2014 · 22 commits to master since this release

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

v4.0.0

@bhamon bhamon released this Oct 24, 2014 · 31 commits to master since this release

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

v3.1.0

@bhamon bhamon released this Oct 9, 2014 · 45 commits to master since this release

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

v3.0.2

@bhamon bhamon released this Oct 7, 2014 · 50 commits to master since this release

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

Downloads