mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 01:36:10 +00:00
13 lines
228 B
C++
13 lines
228 B
C++
#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 |