pytorch/modules
Tongliang Liao 3cbe8f0c3e Detect system RocksDB installation with CMake config files. (#7315)
Summary:
On Windows, the FindRocksDB script doesn't detect rocksdb installation built by cmake.
And it doesn't include/link the RocksDB dependencies either, like:
  * `Snappy`
  * `Shlwapi.lib`
  * `Rpcrt4.lib`

This PR try to detect in config mode first before using private find module.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/7315

Differential Revision: D9287587

Pulled By: Yangqing

fbshipit-source-id: 314a36a14bfe04aa45013349c5537163fb4c5c00
2018-08-12 18:24:10 -07:00
..
detectron Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -07:00
module_test Caffe2 module update: move observers as well as binaries. (#2145) 2018-03-06 14:45:21 -08:00
observers Reformat output data format to make it more general for other binaries (#9555) 2018-07-23 11:11:26 -07:00
rocksdb Detect system RocksDB installation with CMake config files. (#7315) 2018-08-12 18:24:10 -07:00
CMakeLists.txt [Caffe2] Add support to TensorRT (#6150) 2018-04-11 17:03:54 -07:00