Guest User

Untitled

a guest
May 27th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. PyTorch build:
  2. C:\Jenkins\workspace\pytorch-builds\pytorch-win-ws2016-cuda9-cudnn7-py3-build\tmp_bin\sccache.exe cl /nologo /TP -DGOOGLE_PROTOBUF_CMAKE_BUILD -DPROTOBUF_USE_DLLS -Ithird_party\protobuf\cmake -I..\third_party\protobuf\src /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MT /O2 /Ob2 /DNDEBUG /MP /wd4018 /wd4065 /wd4146 /wd4244 /wd4251 /wd4267 /wd4305 /wd4307 /wd4309 /wd4334 /wd4355 /wd4506 /wd4800 /wd4996 /bigobj /showIncludes /Fothird_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj /Fdthird_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\libprotobuf.pdb /FS -c ..\third_party\protobuf\src\google\protobuf\stubs\status.cc
  3.  
  4. Caffe2 build:
  5. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\Jenkins\workspace\caffe2-builds\py2-cuda9.0-cudnn7-windows-build\build\third_party\protobuf\cmake" /I"C:\Jenkins\workspace\caffe2-builds\py2-cuda9.0-cudnn7-windows-build\third_party\protobuf\src" /nologo /W3 /WX- /MP /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D GOOGLE_PROTOBUF_CMAKE_BUILD /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHsc /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"libprotobuf.dir\Release\\" /Fd"libprotobuf.dir\Release\libprotobuf.pdb" /Gd /TP /wd4018 /wd4065 /wd4146 /wd4244 /wd4251 /wd4267 /wd4305 /wd4307 /wd4309 /wd4334 /wd4355 /wd4506 /wd4800 /wd4996 /errorReport:queue /bigobj
Add Comment
Please, Sign In to add comment