GPU use in improving the calculating speed of algorithms

Hii Everyone,
is there any way one can use/implement GPU in neo4j to improve the query performance(especially graph algorithm for similarity measures).
if there is any way please mention the steps for same.
thankyou

1 Like

Hi, I couldn't find any official documentation about GPU support in neo4j except the bloom for visualization. When you look at the Graph Data Science Library Installation (Installation - Neo4j Graph Data Science), it only talks about CPU, not GPU. Perhaps, additional tools/framework may be required.

Thanks for the reply @poonsfci,
is there anyway you are aware of using additional tool/framework?
please let me know the steps for the same .
thankyou.

Perhaps, the following article may help you in this area:

Noted that Networkx can access Neo4j data.

Hope that this can help.

1 Like