C++ API working, allgather_test_cpp passing

This commit is contained in:
Olli Saarikivi
2023-04-19 17:11:21 +00:00
parent 65597e1f63
commit 83c7ba1afb
18 changed files with 720 additions and 299 deletions

View File

@@ -0,0 +1,13 @@
#ifndef MSCCLPP_BASIC_PROXY_SERVICE_HPP_
#define MSCCLPP_BASIC_PROXY_SERVICE_HPP_
#include "mscclpp.hpp"
#include "communicator.hpp"
namespace mscclpp {
ProxyHandler makeBasicProxyHandler(Communicator::Impl &comm);
}
#endif