Skip to content

Commit

Permalink
fix: windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
Aziks0 committed Apr 1, 2022
1 parent 6886f85 commit f3a5981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion detectron2/layers/csrc/nms_rotated/nms_rotated_cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
#include <ATen/cuda/CUDAContext.h>
#include <c10/cuda/CUDAGuard.h>
#include <ATen/cuda/CUDAApplyUtils.cuh>
/*
#ifdef WITH_CUDA
#include "../box_iou_rotated/box_iou_rotated_utils.h"
#endif
// TODO avoid this when pytorch supports "same directory" hipification
#ifdef WITH_HIP
#include "box_iou_rotated/box_iou_rotated_utils.h"
#endif
*/
#include "box_iou_rotated/box_iou_rotated_utils.h"

using namespace detectron2;

Expand Down

0 comments on commit f3a5981

Please sign in to comment.