distributed-join icon indicating copy to clipboard operation
distributed-join copied to clipboard

Use cuDF's error checking utilities

Open gaohao95 opened this issue 4 years ago • 0 comments

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.

gaohao95 avatar Jun 17 '20 15:06 gaohao95