/************************************************************************* * Copyright (c) Advanced Micro Devices, Inc. All rights reserved. * * See LICENSE.txt for license information ************************************************************************/ #ifndef CALLCOLLECTIVEFORKED_H #define CALLCOLLECTIVEFORKED_H #include namespace RcclUnitTesting { void callCollectiveForked(int nranks, int collID, const std::vector& sendBuff, std::vector& recvBuff, const std::vector& expected, bool use_managed_mem = false); } #endif