Conversation
Necessary changes to enable widndows build: Visual studio project files. Minor code chnages. 3rd party dependencies are resolved through NuGet.
Add build badges. Add windows build guide.
Make compiling Maxwell and Kepler cuda arch default. Support extrating cuDNN files to CUDA install folder. Copy caffe dependancies to python output folder. Adjust README.md
Necessary changes to enable matcaffe build in Windows: - Visual Studio project file added. - Common settings file updated. - Pre and post build scripts added. - 3rd party dependencies resolved through NuGet. - Minor code changes.
This out of schedule merge is done to fix Travis CI issues in windows branch.
Include instruction to add release folder to system path for matcaffe to work. Other minor fixes.
Installing VS on C drive is not required anymore.
Currently several scripts will fail due to paths containing spaces. Fix is to enclose paths with double quotes.
Yet another update to HDF5 nuget package so that users are not required to install VS on c drive.
Using whole program optimization and link time code generation increases build time and makes Appveyor time out. In this checkin optimizations are removed to mitigate the Appveyor build issues.
Currently, not all of Caffe tools can be built for Windows. In this checkin windows build for these tools is enabled.
Appveyor seems to have issues in finding nuget packages. Adding nuget sources explicitly to mitigate CI build failures.
…d line option '-version'.
Define macro to report caffe version on windows
…ing the autolib for the debug version of Python
Remove Python.h include since Boost Python already does it
Merged pytest-fix
Added powershell scripts to download and extract the mnist data
Updated prebuilt dependencies. Fixes #5348.
Fixed issue related to prebuilt dependencies being downloaded in build directory. As reported in #5378.
Fixed wrong VS 2013 Update 5 version string. Fixes #5430.
Dependencies URLs updated for newer version
Fixed issue with missing pydot and graphviz under windows
Allow users to specify GPU arch in `build_win.cmd` for convenient cross cmopilation.
Added GPU arch option.
…th CMake GetPrerequisites module (see https://gitlab.kitware.com/cmake/cmake/merge_requests/804).
Added support for resolving MATLAB prerequisites
MNIST example for windows fixes
4 tasks
add instructions regarding compiler choice
Member
|
Closing since it looks like an accidental attempt to merge the Windows branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.