Skip to content

Commit cd7dbf2

Browse files
committed
cpp cleanup
1 parent f3983b3 commit cd7dbf2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

csrc/cpu/knn_cpu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <torch/extension.h>
44
#include "utils/neighbors.cpp"
55
#include <iostream>
6-
#include "compat.h"
76

87
torch::Tensor knn_cpu(torch::Tensor support, torch::Tensor query,
98
int64_t k, int64_t n_threads);

csrc/cpu/radius_cpu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <torch/extension.h>
44
#include "utils/neighbors.cpp"
55
#include <iostream>
6-
#include "compat.h"
76

87
torch::Tensor radius_cpu(torch::Tensor query, torch::Tensor support,
98
double radius, int64_t max_num, int64_t n_threads);

0 commit comments

Comments
 (0)