Neo4j Graph Queries on GPU

Hello everyone,

I am working on a huge graph with 261M nodes and it is taking too much time to query in the graph. Therefore, I am looking for a solution to run neo4j queries on GPU if possible to reduce the query time.

Additionally, please help me with the execution of graph algorithms through GPU as well as few algorithms such as closeness centrality takes too much time on CPU.

Can we connect neo4j queries in GPU with python as well?