Adding commandline flags to disable implicit engine preferences.

Summary:
During debugging I found that our recently added automatic engine preference actually makes debugging a bit harder - it implicitly routes computation to e.g. CUDNN when we actually want to test out the default GPU implementations.

This diff adds a commandline flag that disables it.
Closes https://github.com/caffe2/caffe2/pull/1696

Reviewed By: pietern

Differential Revision: D6658765

Pulled By: Yangqing

fbshipit-source-id: ef56a16e778eeea6ecdd4dc6002421236e15371a
1 file changed
tree: 69f0727f549d986fd3ff08a425812b2419d7c0b6
  1. .github/
  2. .jenkins/
  3. .travis/
  4. caffe/
  5. caffe2/
  6. cmake/
  7. conda/
  8. docker/
  9. docs/
  10. modules/
  11. scripts/
  12. third_party/
  13. .Doxyfile
  14. .Doxyfile-c
  15. .Doxyfile-python
  16. .gitattributes
  17. .gitignore
  18. .gitmodules
  19. .travis.yml
  20. appveyor.yml
  21. CMakeLists.txt
  22. LICENSE
  23. Makefile
  24. NOTICE
  25. README.md
  26. release-notes.md
  27. setup.py
  28. VERSION_NUMBER
README.md

Caffe2

License Jenkins Build Status Appveyor Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

News and Events

Caffe2 research award competition request for proposals

Questions and Feedback

Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.

License

Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.

Further Resources on Caffe2.ai