pytorch/modules/detectron
Mingzhe Li 964e30de1d Workaround for Cuda9.2 and GCC7 compilation errors (#10510)
Summary:
Breaking out of #8338

This PR is a workaround for a bug with CUDA9.2 + GCC7.

Here is the error this PR fixed:
.../pytorch/caffe2/operators/elementwise_ops.h: In constructor ‘caffe2::BinaryElementwiseWithArgsOp<InputTypes, Context, Functor, OutputTypeMap>::BinaryElementwiseWithArgsOp(const caffe2::OperatorDef&, caffe2::Workspace*)’:
.../pytorch/caffe2/operators/elementwise_ops.h:106:189: error: ‘GetSingleArgument<bool>’ is not a member of ‘caffe2::BinaryElementwiseWithArgsOp<InputTypes, Context, Functor, OutputTypeMap>’
   BinaryElementwiseWithArgsOp(const OperatorDef& operator_def, Workspace* ws)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10510

Reviewed By: orionr

Differential Revision: D9319742

Pulled By: mingzhe09088

fbshipit-source-id: ce59e3db14539f071f3c20301e77ca36a6fc3f81
2018-08-14 20:54:52 -07:00
..
batch_permutation_op.cc
batch_permutation_op.cu
batch_permutation_op.h
CMakeLists.txt
group_spatial_softmax_op.cc
group_spatial_softmax_op.cu
group_spatial_softmax_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
ps_roi_pool_op.cc
ps_roi_pool_op.cu Update from facebook (#6871) 2018-04-23 15:01:56 -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
roi_pool_f_op.cu Update from facebook (#6871) 2018-04-23 15:01:56 -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
sample_as_op.cu
sample_as_op.h
select_smooth_l1_loss_op.cc
select_smooth_l1_loss_op.cu Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -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
sigmoid_cross_entropy_loss_op.cu Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -07:00
sigmoid_cross_entropy_loss_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
sigmoid_focal_loss_op.cc
sigmoid_focal_loss_op.cu Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -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
smooth_l1_loss_op.cu Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -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
softmax_focal_loss_op.cu Optimize reduce ops for 2d and 3d (#9992) 2018-08-04 13:53:58 -07:00
softmax_focal_loss_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00
spatial_narrow_as_op.cc
spatial_narrow_as_op.cu
spatial_narrow_as_op.h
upsample_nearest_op.cc
upsample_nearest_op.cu
upsample_nearest_op.h Workaround for Cuda9.2 and GCC7 compilation errors (#10510) 2018-08-14 20:54:52 -07:00