-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the code for GRAPH PARTITIONER
included in this repo?
#1
Comments
Hi, Jeffery did you find the code for learning-based graph partitioner? I am also looking for it Thanks! |
Sorry I didn't find related codes. But I found this self hosted dataset. Not sure if it's preprocessed by the learning-based partitioner. link |
Got it, That's super helpful! |
I was able to compile and run the project with no issue. |
which version of cuda you are using? I am currently using CUDA 11.0 for ampere GPU |
It's been a long time... I think I run it using CUDA 10.2/10.1 for volta GPU. |
Got it, I will try with CUDA 10.1/10.2, there are some issue with compilation on CUDA-11 |
Just successfully compile it with CUDA 10.2. |
Yeah I think so.
I read through the code of loading dataset in ROC, the format should be a simple CSC graph with indptr & indices concatenated together. It's not hard to generate a dataset by yourself, but I think the performance won't be acceptable since there is no learned-based partitioner. |
The paper of ROC introduces a learned-based graph partitioner, but there seems to be no related code included in this repo?
The text was updated successfully, but these errors were encountered: