You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
The error checking utilities of this repo (currently located at src/error.cuh) should be aligned with cuDF's error checking utilities (cudf/utilities/error.hpp). I believe this will allow more code reuse. For example, generate_dataset/generate_dataset.cuh in this repo serves the same functionality as cuDF's join benchmark dataset generation.