From e82319e4226cf62d255d75339d6e7f4ff46a546b Mon Sep 17 00:00:00 2001 From: Jens Date: Wed, 17 Apr 2019 21:42:28 +0200 Subject: [PATCH] Splitted main build script into cpu/gpu configurations --- ...0-cmake-all.bat => build_tensorflow_r1.10-cmake-cpu.bat} | 6 ------ 1 file changed, 6 deletions(-) rename build/{build_tensorflow_r1.10-cmake-all.bat => build_tensorflow_r1.10-cmake-cpu.bat} (65%) diff --git a/build/build_tensorflow_r1.10-cmake-all.bat b/build/build_tensorflow_r1.10-cmake-cpu.bat similarity index 65% rename from build/build_tensorflow_r1.10-cmake-all.bat rename to build/build_tensorflow_r1.10-cmake-cpu.bat index 2d4e420..08fcfd1 100644 --- a/build/build_tensorflow_r1.10-cmake-all.bat +++ b/build/build_tensorflow_r1.10-cmake-cpu.bat @@ -7,11 +7,5 @@ if %errorlevel% neq 0 exit /b %errorlevel% call build_tensorflow_with_cmake.bat Release-avx2 if %errorlevel% neq 0 exit /b %errorlevel% -call build_tensorflow_with_cmake.bat Release-cuda -if %errorlevel% neq 0 exit /b %errorlevel% - -call build_tensorflow_with_cmake.bat Release-cuda-avx2 -if %errorlevel% neq 0 exit /b %errorlevel% - call build_tensorflow_with_cmake.bat Release-avx2-fma if %errorlevel% neq 0 exit /b %errorlevel%