A CUDA implementation of Arithmetic Coding
- CUDA compatible-GPU which supports compute capability 2.1 or higher.
- Cuda Toolkit 9.0 or higher for compiling.
make
./gpuar c --in data/random_64m.dat --out compress.gip
./gpuar d --in compress.gip --out decompress.dat
./gpuar c --host --in data/random_64m.dat --out compress.gip
Using md5sum command to print hash code from decompression file
md5sum decompress.dat
md5sum data/random_64m.dat