Skip to content

Commit

Permalink
Update deform_conv_cuda.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim-53 authored Jul 18, 2020
1 parent 96eab8c commit dc5809d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maskrcnn_benchmark/csrc/cuda/deform_conv_cuda.cu
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// modify from
// https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/blob/mmdetection/mmdet/ops/dcn/src/deform_conv_cuda.c

#ifndef AT_CHECK
#define AT_CHECK TORCH_CHECK
#endif

#include <ATen/ATen.h>
#include <ATen/cuda/CUDAContext.h>

Expand Down

0 comments on commit dc5809d

Please sign in to comment.