Commit 31397ce3 by Wenjie Huang

update METIS

parent 563c0199
#include <torch/all.h>
#include <mtmetis.h>
#include "utils.h"
#ifdef WITH_MTMETIS
#include <mtmetis.h>
at::Tensor mt_metis_partition(
at::Tensor rowptr,
at::Tensor col,
......@@ -76,3 +79,5 @@ at::Tensor mt_metis_partition(
AT_ASSERT(ret == MTMETIS_SUCCESS);
return part;
}
#endif
\ No newline at end of file
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