Giter Site home page Giter Site logo

Comments (1)

classner avatar classner commented on July 17, 2024

Hi!
The short answer is: no! The longer answer is a little more elaborate.

Basically, the "caffe-brewer" project should not need any modifications to build with VS2008. I submitted a pull request to the caffe core project (which probably brought you to this page) with a minimal changeset (BVLC/caffe#2136) to allow compilation of that project with the MSVC toolchain. These are really not many, as you can see in the pull request diff.

It was necessary to replace some of the UNIX or GCC specific commands with MSVC or C++ standard equivalents, and simply because it was handy, I used C++11. VS2008 does not support this yet, and the first version of Visual Studio that does is VS2012. However, if you take the time to again replace the replacements with non C++ 11 ones (and there are no problems with nvcc using VS2008), then it should be possible. It will be a bit of work, and might get a "rough ride" though...

from caffe-brewer.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.