Skip to content

Commit

Permalink
Remove obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouvernathor authored May 10, 2022
1 parent 25c69d3 commit 56d4ad8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ssn/pair_wise_distance_cuda_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <ATen/core/TensorAccessor.h>
#include <ATen/cuda/CUDAContext.h>
#include <THC/THC.h>
#include <THC/THCAtomics.cuh>
#include <THC/THCDeviceUtils.cuh>
Expand Down Expand Up @@ -174,4 +173,4 @@
m.def("forward", &forward_cuda, "pair_wise_distance forward");
m.def("backward", &backward_cuda, "pair_wise_distance backward");
}
'''
'''

1 comment on commit 56d4ad8

@SenhorUnk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleting the line "#include <THC/THC.h>" did the trick on my side

Please sign in to comment.