Skip to content

Releases: szcompressor/qcat

Relese version 1.7

09 Oct 14:21
01f5621
Compare
Choose a tag to compare

add computeAutoCorrelation
add splitComplexDataFloat
fix the potential issue on some compilers (regarding the normalized code format)
fix the building problem.
Add 2D and 3D Lorenzo+Pred

Release 1.6

03 Jan 16:40
28390e5
Compare
Choose a tag to compare

Support derivative related metrics. Details can be found in our DRBSD8 paper.
Support Lorenzo+Quantization prototype function (for both CPU and GPU).

The prototype includes the prediction and quantization (for both CPU and GPU).
The input is the original raw dataset (stored in binary format - single precision) and error bound.
The output will be the set of integers which need to be compressed losslessly.
You can use automake to build the code.
To enable GPU, you need to run the command like this:
./configure --with-cuda=.... --prefix=....
the -with-cuda will switch on the GPU function and specify the installation path of the CUDA (the root directory that contains bin, lib64, ...).
Then, make; make install

Release 1.4

10 Aug 16:01
Compare
Choose a tag to compare

A few bugs are fixed.

Release 1.3

02 May 17:30
Compare
Choose a tag to compare

More functions are added such as bit32 entropy calculation.
A few bugs are fixed.

Release 1.2

27 Feb 15:13
Compare
Choose a tag to compare

Add the printProperty executable, which can print the properties (such as value range, min, max, entropy) for a given data file.

Release 1.1

06 Nov 03:21
Compare
Choose a tag to compare

Support any dimension plotting for double

Release 1.0

20 Sep 18:11
64b70b2
Compare
Choose a tag to compare
v1.0

Update README.md