Skip to content

Commit

Permalink
Splitted main build script into cpu/gpu configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens committed Apr 17, 2019
1 parent de76081 commit e82319e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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%

0 comments on commit e82319e

Please sign in to comment.