简体   繁体   中英

How to convert a NetworkX graph into cuGraph?

So I load a dot file graph using NetworkX . I want to perform operations on GPU on top of it in cuGraph. How to convert NetworkX graph into cuGraph?

You can call.networkx graph objects directly into cugraph. This medium post covers it: https://medium.com/rapids-ai/rapids-cugraph.networkx-compatibility-d119e417557c

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM