https://github.com/Microsoft/CNTK
Raw File
Tip revision: ad1be4ccc10166d99cf3d5275569703072983cbc authored by Ivan Stojiljkovic on 08 November 2016, 22:15:55 UTC
CNTK performance profiler
Tip revision: ad1be4c
MPIWrapper.cpp
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//

#include "Include/Basics.h"
#include "Include/MPIWrapper.h"

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