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

[ROCm/rccl commit: 0a01dc2f19]
此提交包含在:
Bertan Dogancay
2023-08-29 09:14:18 -06:00
提交者 GitHub
父節點 4fefe1ce7d
當前提交 bcb8075e38
+1 -1
查看文件
@@ -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;