MGARD icon indicating copy to clipboard operation
MGARD copied to clipboard

MGARD: MultiGrid Adaptive Reduction of Data

Results 21 MGARD issues
Sort by recently updated
recently updated
newest added

@ben-e-whitney is there somewhere I can look to get an example of how to use MGARD-QOI with the new api? I found a test case, but I wasn't sure how...

I have come across this exception when I was trying to compress a 2D float array. When I set the accuracy to 0.000001, as soon as I increase the array...

enhancement

I need to read a variable from a bp file and then compress it. The dimension of that variable cannot be known until we read it. However, the input parameter...

question

If we were allowed to pass a zero tolerance to `mgard_compress`, then a very powerful unit test would be available. However, this is removed by `mgard_api.cpp`, line 19, which `assert`s...

question

https://github.com/CODARcode/MGARD/blob/master/include/mgard-x/Utilities/ErrorCalculator.h Hi, Should the error statistics inside this file be changed to double (or even longer if necessary) instead of T. The additions here could introduce some errors here from...

I'm evaluating MGARD-X for compressing seismic data on-GPU in an internal application, and as I've been learning the API and tuning parameters I've run into a somewhat frustrating issue where...

When compiling with HIP, there is a hipCUB dependency. For reasons, you cannot load the library directly. Instead, we add the include directories to the library. These were declared public,...

When MGARD is being compiled via Spack using version 3.29.3 of Protobuf the following errors are observed: ``` explicit Container(Arena* input_arena) ^ detected during: instantiation of "T *google::protobuf::Arena::Create(google::protobuf::Arena *, Args...

Hey, I've noticed that MGARD uses [TCLAP](https://tclap.sourceforge.net/) for CLI argument parsing. Moreover, it requires TCLAP 1.4, which is still only [release candidate since 2021](https://sourceforge.net/projects/tclap/files/). As such, it is not commonly...

### Issue Description When running the MGARD library with AddressSanitizer enabled, a new-delete-type-mismatch error occurs during memory deallocation in the mgard::compress function. The error indicates a mismatch between the type...