diff --git a/Dependencies/CNTKCustomMKL/build-windows.cmd b/Dependencies/CNTKCustomMKL/build-windows.cmd index a49444bb9..fdb36dd3b 100644 --- a/Dependencies/CNTKCustomMKL/build-windows.cmd +++ b/Dependencies/CNTKCustomMKL/build-windows.cmd @@ -1,156 +1,156 @@ -@echo off -REM -REM Copyright (c) Microsoft. All rights reserved. -REM -REM Licensed under the MIT license. See LICENSE.md file in the project root -REM for full license information. -REM ============================================================================== -REM -echo. -echo This batch file will build a custom MKL dynamic link library for usage by CNTK. -echo. -echo Requirements: -echo - Intel MKL SDK installed on the machine -echo - MKLROOT environment variable is set to the MKL directory inside the Intel MKL SDK -echo - Visual Studio 2013 installed and included in the path -echo. - -setlocal enableextensions enabledelayedexpansion - -pushd "%~dp0" -if errorlevel 1 ( - echo Could not change directory to script location. - exit /b 1 -) - -if not defined MKLROOT ( - echo Error: Environment variable MKLROOT is undefined. - exit /b 1 -) - -if not exist "%MKLROOT%" ( - echo Error: Directory doesn't exist: "%MKLROOT%". - exit /b 1 -) - -set MKLBUILDERROOT=%MKLROOT%\tools\builder - -if not exist "%MKLBUILDERROOT%" ( - echo Error: Directory doesn't exist: "%MKLBUILDERROOT%". - exit /b 1 -) - -where /q nmake.exe -if errorlevel 1 ( - echo Error: NMAKE.EXE not in path. - exit /b 1 -) - -where /q link.exe -if errorlevel 1 ( - echo Error: LINK.EXE not in path. - exit /b 1 -) - -set /p CNTKCUSTOMMKLVERSION= - - - Debug - 2.0 - {19c9fbe6-fcf6-4300-988b-be7e64822b84} - - cntk_py.py - - . - . - {888888a0-9f3d-457c-b088-3a5042f75d52} - Standard Python launcher - - - - - - - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Debug + 2.0 + {19c9fbe6-fcf6-4300-988b-be7e64822b84} + + cntk_py.py + + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bindings/python/examples/CNTKv2.pyproj b/bindings/python/examples/CNTKv2.pyproj index b5fd92ed6..a1406433b 100644 --- a/bindings/python/examples/CNTKv2.pyproj +++ b/bindings/python/examples/CNTKv2.pyproj @@ -1,69 +1,69 @@ - - - - Debug - 2.0 - {1a078fc2-21c0-4f42-9a5b-0e84e944bc74} - - test\language_understanding_test.py - $(RepoRootPath)$(Platform)\$(Configuration);$(RepoRootPath)bindings\python;$(RepoRootPath)bindings\python\examples - . - . - {888888a0-9f3d-457c-b088-3a5042f75d52} - Standard Python launcher - {51b3a70c-2ea2-4fe4-aeba-ff2cea35103f} - 3.4 - False - False - PYTHONPATH=$(SolutionDir)bindings\python;$(SolutionDir)bindings\python\examples - - - - - - - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets - - - bin\Release_NoOpt\ - - - - - - Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Debug + 2.0 + {1a078fc2-21c0-4f42-9a5b-0e84e944bc74} + + test\language_understanding_test.py + $(RepoRootPath)$(Platform)\$(Configuration);$(RepoRootPath)bindings\python;$(RepoRootPath)bindings\python\examples + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + {51b3a70c-2ea2-4fe4-aeba-ff2cea35103f} + 3.4 + False + False + PYTHONPATH=$(SolutionDir)bindings\python;$(SolutionDir)bindings\python\examples + + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + bin\Release_NoOpt\ + + + + + + Code + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file