rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

Increase max_iterations in MG HITS TEST #4783

Closed seunghwak closed 1 day ago

seunghwak commented 4 days ago

Increase max_iterations in MG HITS tests (with edge masking).

With masking, we may end up with different graphs with different numbers of GPUs; this results in higher iteration counts for convergence for certain GPU counts. Increase the maximum iteration count to consider this.

ChuckHastings commented 1 day ago

/merge