Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit f4df6a7

Browse files
ArutyunovGpeterjc123
authored andcommitted
Caffe2 building (#47)
* Caffe2 building script with Visual Studio 2015. * caffe2 v140 build system refactoring. * Restore auto.bat and msbuild.bat after merging peterjc123/master. * Changing dir before and after pytorch clone. * Test caffe2 build * Added dependencies for v140\auto.bat GFlags; GLog; LMDB; OpenCV. * Change c10 exerimental ops option name * Changing pytorch branch for azure-pipelines.yml * Removing pytorch repo and branch from auto.bat * Switching repo back to pytorch/master in azure-pipelines.yml.
1 parent ffdb9b0 commit f4df6a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

caffe2_builders/v140/auto.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ cd %CAFFE2_ROOT%\..
1010

1111
rem Cloning repository if it doesn't exist
1212
if not exist pytorch (
13-
set PYTORCH_BRANCH=windows-shared-build
14-
set PYTORCH_REPO=ArutyunovG
1513
call %~dp0%..\..\internal\clone.bat
1614
cd %CAFFE2_ROOT%\..
1715
)

caffe2_builders/v140/msbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if %CMAKE_GENERATOR% EQU "Visual Studio 14 2015 Win64" (
1212
-DCMAKE_CXX_COMPILER=%CXX% ^
1313
-DCMAKE_C_COMPILER=%CC% ^
1414
-DCMAKE_LINKER=%CMAKE_LINER% ^
15-
-DINCLUDE_EXPERIMENTAL_C10_OPS=OFF ^
15+
-DBUILD_C10_EXPERIMENTAL_OPS=OFF ^
1616
-DBUILD_SHARED_LIBS=ON ^
1717
-DBUILD_BINARY=ON
1818

0 commit comments

Comments
 (0)