Skip to content

[QST]: How to random permute vertices in multi-GPU cugraph? #4886

Open
@blackboxo

Description

@blackboxo

What is your question?

I want to generate several different results of Louvain, and need to random permute vertices in graph.

In igraph, we can make it like this:
p = np.random.permutation(self.vcount()).tolist()
g = self.permute_vertices(p)

How to realize the same function in multi-GPU cuGraph with dask cudf? Thanks

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open issues and have found no duplicates for this question

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions