(same as last fix also for CNTKEval.cpp)

This commit is contained in:
Frank Seide 2015-09-17 22:02:44 -07:00
Родитель 702773702c
Коммит 1539ff89f9
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -20,9 +20,6 @@
#include <string>
#include <fstream>
// TODO: Get rid of this global
Microsoft::MSR::CNTK::MPIWrapper *g_mpi = nullptr;
namespace Microsoft { namespace MSR { namespace CNTK {
// -----------------------------------------------------------------------

Просмотреть файл

@ -16,6 +16,7 @@
#include <vld.h> // leak detection
#endif
#include "BestGpu.h"
#include "MPIWrapper.h"
// TODO: Get rid of this global
Microsoft::MSR::CNTK::MPIWrapper *g_mpi = nullptr;