Add 0-byte test for send/recv (#865)

This commit is contained in:
Bertan Dogancay
2023-08-29 09:14:18 -06:00
committed by GitHub
parent aa95985867
commit 0a01dc2f19
+1 -1
View File
@@ -13,7 +13,7 @@ namespace RcclUnitTesting
// Configuration
std::vector<ncclDataType_t> const& dataTypes = {ncclInt32, ncclFloat64};
std::vector<int> const numElements = {1048576, 53327, 1024};
std::vector<int> const numElements = {1048576, 53327, 1024, 0};
bool const inPlace = false;
bool const useManagedMem = false;