ndzip icon indicating copy to clipboard operation
ndzip copied to clipboard

A High-Throughput Parallel Lossless Compressor for Scientific Data

Results 4 ndzip issues
Sort by recently updated
recently updated
newest added

Hi Fabian, Thanks for helping me. You have a very interesting work that helps. I compiled ndzip with benchmark options and when running I see the following error: ``` $...

Hi, I have run cuda-memcheck on this project, but it showed errors on initcheck while compressing data and warnings on racecheck while decompressing data. I was running on **Tesla V100-SXM2(32GB)...

- popcount() implementations - workaround the lack of std::aligned_alloc - fix cpu_coded.inl wrongly using #ifdef instead of #if for OpenMP flags (the flag is defined, just to zero). With OpenMP...

Hi, I've been trying to use build/compress with an example file i generated in python, as below. I keep getting the error > "Input file size is not a multiple...