René Widera
René Widera
> > Note: FindHip is currently required to use HIP-nvcc, a side effect of changing to native compiler will mean losing HIP-nvcc or still maintain the FindHIP part in CMake...
Thanks for the fast reply. In general, it should be possible that ADIOS is using an own *vector* implementation that uses native OS function calls and handles physical pages and...
> Any chance that the Put signature returning a span helps in this situation? Essentially, the BP engine would pre-allocate and expose the portion of its buffer as `Variable::Span`. It...
@williamfgc In the old [issue](https://github.com/Blosc/c-blosc/issues/67), the developer said that `Blosc2` will support 64bit buffer but what @ax3l posted looks like that this is not the case. I opened an issue...
> [c-blosc2](https://github.com/Blosc/c-blosc2) has stable releases now tada and supports more hardware with accelerated intrinsics (ppc64le/altivec - Summit/Lassen/Sierra, arm/neon - Fugaku). > > Shall we add this? star_struck I would like...
@ax3l Since you are currently creating a spack package for blosc I like to point you to this open issue.
Is someone working on 64bit support. I plan to integrate blocs as transformation layer to [ADIOS](https://github.com/ornladios/ADIOS) but without 64bit buffers I need to split large buffers to smaller one.
@RenaKunisaki We never tested the opencl version of cuda_memtest. Depending of the driver version OpenCL is not able to allocate 100% of the main gpu memory. Could you rerun your...
I suggest to use json after ":" instead of an arbitrary string behind. ``` other: JSON ``` And openPMD should define useful basic tags you can optimally use e.g. description,...
Note: I am working on LZ4 support for adios