rearranged how the min and max functions are part of msccl (#1025)

* rearranged how the min and max functions are part of msccl

* added more coverage on in place graph tests

[ROCm/rccl commit: f4858e14b2]
This commit is contained in:
akolliasAMD
2023-12-21 08:58:33 -07:00
committed by GitHub
orang tua 08b097d6ae
melakukan 0c1f773021
4 mengubah file dengan 8 tambahan dan 8 penghapusan
+1 -1
Melihat File
@@ -73,7 +73,7 @@ namespace RcclUnitTesting
std::vector<ncclDataType_t> const dataTypes = {ncclInt32};
std::vector<ncclRedOp_t> const redOps = {ncclMax};
std::vector<int> const roots = {0};
std::vector<int> const numElements = {393216};
std::vector<int> const numElements = {393216, 12888, 384};
std::vector<bool> const inPlaceList = {true};
std::vector<bool> const managedMemList = {false};
std::vector<bool> const useHipGraphList = {true};