LLNL / zfp

Compressed numerical arrays that support high-speed random access
http://zfp.llnl.gov
BSD 3-Clause "New" or "Revised" License
754 stars 152 forks source link

CUDA backend ignores ZFP_WITH_TIGHT_ERROR #196

Closed lindstro closed 1 year ago

lindstro commented 1 year ago

While the CUDA implementation handles the new rounding modes ZFP_ROUND_FIRST and ZFP_ROUND_LAST introduced in zfp 1.0.0, it ignores the setting of ZFP_WITH_TIGHT_ERROR that those rounding modes enable.