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
dataloop: Use calloc to allocate dataloop structure
Dataloop structures may be flattened and sent to other processes e.g. in
RMA communication. Use calloc to zero-init the structure and avoid
valgrind warnings for accessing uninitialized bytes during
communication.
0 commit comments