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.
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.cuhin this repo serves the same functionality as cuDF's join benchmark dataset generation.