Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread-specific singleton (from @cypof) #2067

Closed
wants to merge 2 commits into from

Commits on Mar 8, 2015

  1. thread specific singleton

    cypof authored and longjon committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    b1180f2 View commit details
    Browse the repository at this point in the history
  2. forward declare instead of including boost/thread.hpp (BVLC#1009)

    This means that Caffe::Get has to be moved to common.cpp, and loses its
    "inline" (but there are no real performance implications).
    longjon committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    8d4cbd9 View commit details
    Browse the repository at this point in the history