mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 17:55:52 +00:00
C++ API working, allgather_test_cpp passing
This commit is contained in:
13
src/include/basic_proxy_handler.hpp
Normal file
13
src/include/basic_proxy_handler.hpp
Normal 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
|
||||
Reference in New Issue
Block a user