pytorch/modules/observers
Mo Zhou 69e2f1aaff [cmake] add HAVE_SOVERSION option (default=OFF). (#37502)
Summary:
This is useful for linux distributions when the ABI/API of libtorch has
been changed. The default SOVERSION is set to
"${TORCH_VERSION_MAJOR}.${TORCH_VERSION_MINOR}".

ezyang

But if the release strategy of pytorch/caffe2 involves avoiding breaking API/ABI changes to libtorch for minor/patch releases, then we can set `TORCH_SOVERSION` to simply `TORCH_VERSION_MAJOR`. Please confirm that.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/37502

Differential Revision: D21303565

Pulled By: ezyang

fbshipit-source-id: 798f5ec7fc5f0431ff1a7f9e8e5d3a0d3b25bb22
2020-04-30 06:52:33 -07:00
..
CMakeLists.txt [cmake] add HAVE_SOVERSION option (default=OFF). (#37502) 2020-04-30 06:52:33 -07:00
macros.h set up c10 scaffolding. Move macros proper first. 2018-09-24 11:09:59 -07:00
net_observer_reporter_print.cc Back out "Revert D16469619: Add Virtual Memory and CPU percentage computation to AIBench" 2019-08-07 15:44:22 -07:00
net_observer_reporter_print.h set up c10 scaffolding. Move macros proper first. 2018-09-24 11:09:59 -07:00
net_observer_reporter.h Back out "Revert D16469619: Add Virtual Memory and CPU percentage computation to AIBench" 2019-08-07 15:44:22 -07:00
observer_config.cc Caffe2 module update: move observers as well as binaries. (#2145) 2018-03-06 14:45:21 -08:00
observer_config.h set up c10 scaffolding. Move macros proper first. 2018-09-24 11:09:59 -07:00
perf_observer.cc Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
perf_observer.h Back out "Revert D16469619: Add Virtual Memory and CPU percentage computation to AIBench" 2019-08-07 15:44:22 -07:00