ndzip icon indicating copy to clipboard operation
ndzip copied to clipboard

A High-Throughput Parallel Lossless Compressor for Scientific Data

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

Clang float128 bug in readme for hip sycl and cuda: In Gitlab https://bugs.llvm.org/show_bug.cgi?id=47559 In GitHub https://github.com/llvm/llvm-project/issues/46903 With a work around to clang 19.1, but issue 46903 not closed https://github.com/llvm/llvm-project/commit/318bff6811e7a7e0d3295ed85aa3ad01d475cc8c Actual...

Why change established names here? But it is changed. https://github.com/AdaptiveCpp/AdaptiveCpp Perhaps a new release of ndzip possible for more performance with some solved things in clang, sycl or new adaptiveCpp,...

So I make an issue at lzbench: https://github.com/inikep/lzbench/issues/148 And i made an issue to couple ndzip at 7zip zstd https://github.com/mcmilk/7-Zip-zstd/issues/373