"vscode:/vscode.git/clone" did not exist on "0103f374ba47c7baa87f9378b0ba3ef6c282969d"
nearest_hip.h 175 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 committed
1
2
3
4
5
6
#pragma once

#include <torch/extension.h>

torch::Tensor nearest_cuda(torch::Tensor x, torch::Tensor y,
                           torch::Tensor ptr_x, torch::Tensor ptr_y);