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:
committed by
GitHub
orang tua
08b097d6ae
melakukan
0c1f773021
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user