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
Tento commit je obsažen v:
akolliasAMD
2023-12-21 08:58:33 -07:00
odevzdal GitHub
rodič 7e1cbb440d
revize f4858e14b2
4 změnil soubory, kde provedl 8 přidání a 8 odebrání
+1 -1
Zobrazit soubor
@@ -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};