Skip to content

Commit

Permalink
Update deform_pool_cuda.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim-53 authored Jul 18, 2020
1 parent dc5809d commit bbef4d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions maskrcnn_benchmark/csrc/cuda/deform_pool_cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
// author: Charles Shang
// https://github.com/torch/cunn/blob/master/lib/THCUNN/generic/SpatialConvolutionMM.cu

#ifndef AT_CHECK
#define AT_CHECK TORCH_CHECK
#endif

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

Expand Down

0 comments on commit bbef4d9

Please sign in to comment.