Skip to content

Commit

Permalink
Bugfix: Enabled output value memory sharing for non-BS CNTK configs too
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaga committed Jan 18, 2016
1 parent 582b03d commit 4f2a597
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/CNTK/CNTK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ int wmainOldCNTKConfig(int argc, wchar_t* argv[]) // called from wmain which i
g_mpi = new MPIWrapper();
}

g_shareNodeValueMatrices = config(L"shareNodeValueMatrices", false);

if (logpath != L"")
{
for (int i = 0; i < command.size(); i++)
Expand Down

0 comments on commit 4f2a597

Please sign in to comment.