removed external access to non-team based reduce

[ROCm/rocshmem commit: 9aa9aea7e6]
This commit is contained in:
Yiltan Hassan Temucin
2024-10-29 17:58:45 +00:00
committed by Yiltan Temucin
parent 7f3dd33144
commit f887e9b886
@@ -846,10 +846,6 @@ __device__ ATTR_NO_INLINE void roc_shmem_threadfence_system();
__device__ ATTR_NO_INLINE int roc_shmem_ctx_##TNAME##_##Op_API##_wg_reduce( \
roc_shmem_ctx_t ctx, roc_shmem_team_t team, T *dest, const T *source, \
int nreduce); \
__host__ void roc_shmem_ctx_##TNAME##_##Op_API##_to_all( \
roc_shmem_ctx_t ctx, T *dest, const T *source, int nreduce, \
int PE_start, int logPE_stride, int PE_size, T *pWrk, \
long *pSync); /* NOLINT */ \
__host__ int roc_shmem_ctx_##TNAME##_##Op_API##_reduce( \
roc_shmem_ctx_t ctx, roc_shmem_team_t team, T *dest, const T *source, \
int nreduce);