Open xuhao1 opened 2 years ago
This seems to be a feature request to our AOT system. For now AOT only serializes the "NdarrayType" or "SNodeTreeType", and we should enable serialization for the underlying data buffers as well.
Updated LLVM AOT tasks to address this issue: https://github.com/taichi-dev/taichi/issues/4800
@jim19930609 Thanks! I will take a look.
Concisely describe the proposed feature I would like to serialize/deserialize sparse data structure with to a buffer or to file, this will benefit online transmission and data logging/replay
Describe the solution you'd like (if any)
Additional comments Personally, I think this feature is very important for using taichi for high-performance computation, which requires distributed computing and data logging. The reason the store/load sparse data is hope it can have compact structure to save the memory.