https://github.com/Microsoft/CNTK
Raw File
Tip revision: 536d98f0f1fe726c27510aa92e83c60f01b51cce authored by tian tan on 09 August 2016, 21:26:13 UTC
attention node
Tip revision: 536d98f
MPIWrapper.cpp
#include "Include/Basics.h"
#include "Include/MPIWrapper.h"

int Microsoft::MSR::CNTK::MPIWrapper::s_myRank = -1;
std::shared_ptr<Microsoft::MSR::CNTK::MPIWrapper> Microsoft::MSR::CNTK::MPIWrapper::s_mpi = nullptr;
back to top