We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8597fd commit d5b0a81Copy full SHA for d5b0a81
1 file changed
benchmarks/gfql/filter_pagerank/benchmark_to_cugraph_gpu.py
@@ -7,6 +7,7 @@
7
- whether `store_transposed=True` helps enough to keep locally
8
- whether `renumber=False` is semantically safe on a given graph family
9
- whether CUDA / RAPIDS image changes affect graph-build vs pagerank time separately
10
+- whether repeated low-cardinality string ids reproduce the `gplus`-style renumber gap
11
"""
12
from __future__ import annotations
13
0 commit comments