Releases: szcompressor/qcat
Relese version 1.7
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
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
A few bugs are fixed.
Release 1.3
More functions are added such as bit32 entropy calculation.
A few bugs are fixed.
Release 1.2
Add the printProperty executable, which can print the properties (such as value range, min, max, entropy) for a given data file.
Release 1.1
Support any dimension plotting for double
Release 1.0
v1.0 Update README.md