modified team based to_all -> reduce

This commit is contained in:
Yiltan Hassan Temucin
2024-10-29 06:32:13 -07:00
committato da Yiltan Temucin
parent 75ece02048
commit 997eb69b5a
14 ha cambiato i file con 52 aggiunte e 50 eliminazioni
+1 -2
Vedi File
@@ -207,8 +207,7 @@ class HostInterface {
long* p_sync); // NOLINT(runtime/int)
template <typename T, ROC_SHMEM_OP Op>
__host__ void to_all(roc_shmem_team_t team, T* dest, const T* source,
int nreduce);
__host__ int reduce(roc_shmem_team_t team, T* dest, const T* source, int nreduce);
template <typename T>
__host__ void wait_until(T *ivars, int cmp, T val,