"src/targets/vscode:/vscode.git/clone" did not exist on "582404b97fe113c52f256fade220bbbf047d7d58"
convert_hip.h 158 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 committed
1
2
3
4
5
6
#pragma once

#include "../extensions.h"

torch::Tensor ind2ptr_cuda(torch::Tensor ind, int64_t M);
torch::Tensor ptr2ind_cuda(torch::Tensor ptr, int64_t E);