sleeepyjack opened a new pull request, #3:
URL: https://github.com/apache/datasketches-cuda/pull/3

   ## 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: https://github.com/NVIDIA/cccl/pull/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`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to