You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkpoint_Save: stop using streaming attributes for non-trivial types
Use streaming attributes only for atomic data types with specific size
(Unsigned_8, Integer_32, ...). Create explicit checkpoint writing
procedures for the rest (records, containers, scalars with implicit
size, ...).
0 commit comments