Skip to content

Adapt HLL backend to CCCL stream-first API#3

Merged
sleeepyjack merged 1 commit into
apache:mainfrom
sleeepyjack:cccl-hll-explicit-stream
Jul 9, 2026
Merged

Adapt HLL backend to CCCL stream-first API#3
sleeepyjack merged 1 commit into
apache:mainfrom
sleeepyjack:cccl-hll-explicit-stream

Conversation

@sleeepyjack

Copy link
Copy Markdown
Contributor

Summary

Updates the CUDA HLL API and backend for the CCCL cudax HyperLogLog API change merged in NVIDIA/cccl#9720.

That CCCL change makes stream and memory resource arguments explicit and stream-first in the cudax hyperloglog constructors and member functions. This PR updates Datasketches CUDA to follow the same style, so its public API and downstream cudax forwarding code match the CCCL GPU-container convention.

CCCL PR: NVIDIA/cccl#9720

Changes

  • Update Datasketches CUDA HLL construction to require explicit stream and memory resource.
  • Update CUDA-touching HLL APIs to use stream-first argument order.
  • Update cudax hyperloglog backend forwarding for:
    • construction
    • add
    • add_async
    • merge
    • merge_async

@sleeepyjack sleeepyjack requested a review from PointKernel July 9, 2026 23:04
@sleeepyjack sleeepyjack merged commit 5176cf1 into apache:main Jul 9, 2026
2 checks passed
@sleeepyjack sleeepyjack deleted the cccl-hll-explicit-stream branch July 9, 2026 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants