Build Caffe2 shared library on Windows#11160
Build Caffe2 shared library on Windows#11160mingzhe09088 wants to merge 4 commits intopytorch:masterfrom mingzhe09088:caffe2-windows
Conversation
|
Thank you for opening this thread. I have been trying for several days to build on Windows 10 Pro with VS2017. Would anyone please be able to point me in the right direction? I would appreciate it so immensely. My commands were as follows..... set "VS150COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build" call "%VS150COMNTOOLS%\vcvarsall.bat" x64 -vcvars_ver=14.15 OUTPUT... C:/Development/workspaces/repos/pytorch/aten/src/ATen/native/cuda/SpectralOps.cu(288): warning : dllexport/dllimpo "c:\Development\workspaces\repos\pytorch\build\INSTALL.vcxproj" (default target) (1) -> Time Elapsed 01:56:37.06 (py36) c:\Development\workspaces\repos\pytorch\build>IF ERRORLEVEL 1 exit 1 |
|
Forgot to mention I used python 3.6 in anaconda environment. Thank you! |
|
@pytorchbot retest this please |
|
@pytorchbot retest this please |
|
@nicksterlingtek, look forward to getting this working. It might take a little bit, but definitely a top priority. :) Also feel free to follow along on #10765 |
|
@pytorchbot retest this please |
1 similar comment
|
@pytorchbot retest this please |
caffe2/core/tensor.h
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
Any updates on this PR? The current build failure was addressed in the recent Windows PRs. |
|
This code landed as a part of #11266 so closing. |
|
@peterjc123 can you check if your build failures are still an issue with master now? |
|
@orionr The build failure https://ci.pytorch.org/jenkins/job/caffe2-builds/job/py2-cuda9.0-cudnn7-windows-build/13814/console seems not resolved. PR #11367 is on this. |
Create this PR is to resolve Caffe2 shared library build issues on Windows machines.
@orionr @Yangqing