kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
219 stars 76 forks source link

CUDA kernels ... #96

Open jonwright opened 3 years ago

jonwright commented 3 years ago

I started working on some code to call nvcomp for LZ4 decompression and then do the bitshuffle on a GPU. For now I only looked at decompression and the data types we use (8,16,32 bit) and the code is far from optimal. But it might be interesting for some of you ?

Many thanks for sharing your work here - it has had a really big impact for our synchrotron X-ray experiments.