"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "e465b08ddb4266694b5a7b170be2682bc5478108"
metis_cpu.h 171 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
#pragma once

#include <torch/extension.h>

torch::Tensor partition_kway_cpu(torch::Tensor rowptr, torch::Tensor col,
                                 int64_t num_parts);