https://github.com/Microsoft/CNTK
Raw File
Tip revision: fc9db3dfb9a3de2dd8813820e676f454fa088cd1 authored by Wolfgang Manousek on 31 August 2017, 07:20:45 UTC
new mkl version (2017.3)
Tip revision: fc9db3d
stdafx.h
// dummy stdafx.h file for Linux version

// In the Windows build, there are several stdafx.h files which are used for project-specific precompilation of headers.
// In Linux, this is not used. By placing this dummy file ahead of all other stdafx.h in the include search path,
// we make sure it compiles while not getting confused by Windows-specific content of those files.
#include "Platform.h"
back to top