"example/01_gemm/gemm_xdl_fp16.cpp" did not exist on "a4f24233e51854c4b5cb7d75637fa0f235f78f8e"
convert_cpu.h 158 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
#pragma once

#include <torch/extension.h>

torch::Tensor ind2ptr_cpu(torch::Tensor ind, int64_t M);
torch::Tensor ptr2ind_cpu(torch::Tensor ptr, int64_t E);