Commit cd7dbf25 authored by Alexander Liao's avatar Alexander Liao
Browse files

cpp cleanup

parent f3983b37
......@@ -3,7 +3,6 @@
#include <torch/extension.h>
#include "utils/neighbors.cpp"
#include <iostream>
#include "compat.h"
torch::Tensor knn_cpu(torch::Tensor support, torch::Tensor query,
int64_t k, int64_t n_threads);
......
......@@ -3,7 +3,6 @@
#include <torch/extension.h>
#include "utils/neighbors.cpp"
#include <iostream>
#include "compat.h"
torch::Tensor radius_cpu(torch::Tensor query, torch::Tensor support,
double radius, int64_t max_num, int64_t n_threads);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment