nvshmem version: 3.3.9-1
I found some functions declared but not implemented in nvshmem 3.3.9
from src/include/host/nvshmem_coll_api.h
#define DECL_NVSHMEM_TYPENAME_ALLTOALLS(TYPENAME, TYPE) \
NVSHMEMI_HOSTDEVICE_PREFIX int nvshmem_##TYPENAME##_alltoalls(nvshmem_team_t team, TYPE *dest, \
const TYPE *src, ptrdiff_t dst, \
ptrdiff_t sst, size_t nelems);
NVSHMEMI_REPT_FOR_STANDARD_RMA_TYPES(DECL_NVSHMEM_TYPENAME_ALLTOALLS)
#undef DECL_NVSHMEM_TYPENAME_ALLTOALLS
from src/include/host/nvshmem_api.h
// from nvshmem/src/include/host/nvshmem_api.h
void *nvshmem_realloc(void *ptr, size_t size);
from src/include/host/nvshmemx_api.h
NVSHMEMI_HOSTDEVICE_PREFIX void nvshmemx_signal_op(uint64_t *sig_addr, uint64_t signal, int sig_op,