Hi, I noticed that the models uses a sparse matrix dot product. For extremely large matrices in the order of millions of nodes (currently working with 5 million nodes, but need to work on 200+ million nodes), this operation is NOT able to run parallely on multiple CPUs simultaneously.
Could you suggest me know how to either:
- Parallelise this operation, or
- Any alternate solution to this part of the pipeline