Francesc Alted
Francesc Alted
I think it would be better to discuss over an on going PR. Would you mind creating one?
@nmoinvaz any input on this?
I am thinking that perhaps we could add kind of a fingerprint at the end of either the header or the chunk so that we can verify that the contents...
IIRC, [you need to compile](https://github.com/Blosc/c-blosc2/blob/main/bench/sum_openmp.c#L6-L36) the `sum_openmp` once you have compiled and installed blosc2 with: `gcc -fopenmp -O3 sum_openmp.c -o sum_openmp -lblosc2` Note the `-fopenmp` flag; this is not used...
I confirm that C-Blosc *does* perform *runtime* dispatching based on hardware capabilities. In order to better assess if the different acceleration paths are being available to Blosc, I have just...
Yeah, I am not an expert either. My hunch is that the `-mavx2` flag should *not* be enforced during the compiler invocation when building the library, and let the cmake...
FYI, we just blogged about the new wheels for the Blosc library: https://blosc.org/posts/new-blosc-wheels/
Hi. We have been using ctest (nice library!) on a Mac box without problems, but because master does not currently compile on Windows, we have been trying out this PR....
Hi Mike. Thanks for the response. Yes, we were trying a debug build (I did not try a release one yet). And yes, I confirm that both loops break right...
I am using the `test_example.c` in [this repo](https://gitlab.com/FrancescAlted/ctest). It may well be that we did not properly merge this PR (the original ctest master already has merged some of the...