cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Add a libcudf/thrust-based TPC-H derived datagen

Open JayjeetAtGithub opened this issue 7 months ago • 6 comments

Description

This PR adds a TPC-H (according to spec 3.0.1) inspired datagen written using libcudf and thrust

Implementation Status

  • [x] lineitem
  • [x] orders
  • [x] region
  • [x] nation
  • [x] supplier
  • [x] customer
  • [x] part
  • [x] partsupp

Checklist

  • [x] I am familiar with the Contributing Guidelines.
  • [x] New or existing tests cover these changes.
  • [x] The documentation is up to date with these changes.

JayjeetAtGithub avatar Jul 16 '24 21:07 JayjeetAtGithub