METIS partitioning deterministic or probabilistic? #8167
Answered
by
rusty1s
merelkuijs
asked this question in
Q&A
-
The Does anyone know if repeated calls lead to different partitions, i.e if the partitioning is probabilistic? |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Oct 10, 2023
Replies: 1 comment
-
You can find the source code here: https://github.com/rusty1s/pytorch_sparse/blob/master/csrc/cpu/metis_cpu.cpp The partitioning should be deterministic. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
merelkuijs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find the source code here: https://github.com/rusty1s/pytorch_sparse/blob/master/csrc/cpu/metis_cpu.cpp
The partitioning should be deterministic.