commit | 813cca85d13880692356edef5feeff9c7d1a21ba | [log] [tgz] |
---|---|---|
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | Thu Aug 24 15:32:16 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Thu Aug 24 15:35:24 2017 -0700 |
tree | f7b17a0698bf5718f91b56782d36628fb723ae35 | |
parent | 4c9eff807bd9f84d4264c9dbbf14d7f6b2edf6ff [diff] |
Use CMake HINTS to find CuDNN Summary: The PATHS suggestion to find_library is searched after everything else. By using HINTS, it searches CUDNN_ROOT_DIR much earlier, avoiding potential conflicts with other paths that have the CuDNN header. Closes https://github.com/caffe2/caffe2/pull/1122 Reviewed By: Yangqing Differential Revision: D5701822 Pulled By: pietern fbshipit-source-id: 3f15757701aff167e7ae2a3e8a4ccf5d96763a0c
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.
Caffe2 research award competition request for proposals
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.
Caffe2 is released under the BSD 2-Clause license.