Skip to content

Commit bb6bd69

Browse files
committed
Document GFQL GPU optimization work
1 parent d5b0a81 commit bb6bd69

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Development]
99
<!-- Do Not Erase This Section - Used for tracking unreleased changes -->
10+
### Fixed
11+
- **GFQL / GPU traversal**: Added a narrow one-hop undirected `hop()` fast path that avoids doubled edge-pair materialization for the common no-predicate traversal shape, reducing warm GPU GFQL search cost on benchmarked workloads.
12+
- **cuGraph projection**: `to_cugraph()` now auto-skips cuGraph renumbering only for already-safe zero-based contiguous signed integer IDs, with targeted regression coverage for sparse, nullable, string, offset, and disconnected topologies.
13+
14+
### Added
15+
- **Benchmarks / RAPIDS GPU**: Added official-image GPU benchmark runners for GFQL stage breakdowns and direct `to_cugraph()` measurement across RAPIDS/CUDA variants, plus synthetic graph families that isolate sparse integer vs repeated string-ID graph-build behavior.
16+
17+
### Changed
18+
- **GFQL / RAPIDS perf triage**: Added a pure cuDF/cuGraph reproducer for the RAPIDS `25.02 -> 26.02` string-ID graph-build regression and tracked follow-ups in issues `#977` and `#978`.
1019

1120
## [0.53.7 - 2026-03-29]
1221

0 commit comments

Comments
 (0)