pytorch/modules/detectron
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
group_spatial_softmax_op.cc Optimize SoftmaxOp on CPU (#18635) 2019-04-10 18:52:15 -07:00
group_spatial_softmax_op.cu Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
group_spatial_softmax_op.h Tensor reinitialization codemod - 5/5 (#15884) 2019-01-10 16:32:26 -08:00
ps_roi_pool_op.cc Import Detectron ops 2018-01-17 10:31:30 -08:00
ps_roi_pool_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
ps_roi_pool_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
roi_pool_f_op.cc Import Detectron ops 2018-01-17 10:31:30 -08:00
roi_pool_f_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
roi_pool_f_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
sample_as_op.cc Import Detectron ops 2018-01-17 10:31:30 -08:00
sample_as_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
sample_as_op.h Import Detectron ops 2018-01-17 10:31:30 -08:00
select_smooth_l1_loss_op.cc Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
select_smooth_l1_loss_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
select_smooth_l1_loss_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
sigmoid_cross_entropy_loss_op.cc Import Detectron ops 2018-01-17 10:31:30 -08:00
sigmoid_cross_entropy_loss_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
sigmoid_cross_entropy_loss_op.h Tensor reinitialization codemod - 5/5 (#15884) 2019-01-10 16:32:26 -08:00
sigmoid_focal_loss_op.cc Import Detectron ops 2018-01-17 10:31:30 -08:00
sigmoid_focal_loss_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
sigmoid_focal_loss_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
smooth_l1_loss_op.cc Fix typos (#30606) 2019-12-02 20:17:42 -08:00
smooth_l1_loss_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
smooth_l1_loss_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
softmax_focal_loss_op.cc Optimize SoftmaxOp on CPU (#18635) 2019-04-10 18:52:15 -07:00
softmax_focal_loss_op.cu Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
softmax_focal_loss_op.h Tensor reinitialization codemod - 5/5 (#15884) 2019-01-10 16:32:26 -08:00
spatial_narrow_as_op.cc Import Detectron ops 2018-01-17 10:31:30 -08:00
spatial_narrow_as_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
spatial_narrow_as_op.h Import Detectron ops 2018-01-17 10:31:30 -08:00
upsample_nearest_op_test.py Fix UpsampleNearest op CPU impl batch handling (#13002) 2018-10-24 13:10:53 -07:00
upsample_nearest_op.cc seperate mkl, mklml, and mkldnn (#12170) 2018-10-29 10:52:55 -07:00
upsample_nearest_op.cu Enable detectron on AMD GPU 2019-03-12 16:29:42 -07:00
upsample_nearest_op.h Tensor construction codemod - 3/3 (#14835) 2018-12-06 11:50:59 -08:00