Add default context alltoall API (#350)

[ROCm/rocshmem commit: fddbe7b15d]
This commit is contained in:
Yiltan
2025-12-10 11:43:15 -05:00
کامیت شده توسط GitHub
والد 972893bab2
کامیت 258d264ecc
4فایلهای تغییر یافته به همراه69 افزوده شده و 9 حذف شده
@@ -85,6 +85,7 @@ These APIs should be called from only one thread/wavefront/workgroup within the
ROSHMEM_ALLTOALL
----------------
.. cpp:function:: __device__ void rocshmem_TYPENAME_alltoall_wg(rocshmem_team_t team, TYPE *dest, const TYPE *source, int nelems)
.. cpp:function:: __device__ void rocshmem_ctx_TYPENAME_alltoall_wg(rocshmem_ctx_t ctx, rocshmem_team_t team, TYPE *dest, const TYPE *source, int nelems)
:param team: The team participating in the collective.