rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
275 stars 67 forks source link

Use public cudf APIs where possible #578

Closed mroeschke closed 7 months ago

mroeschke commented 7 months ago

cudf's core namespace is considered "private", so changing some usages that have public alternative.

AjayThorve commented 7 months ago

Might have to fix the style checks, but overall looks good, thanks for this!

mroeschke commented 7 months ago

Thanks for the review! Style fixes should be addressed now

AjayThorve commented 7 months ago

/merge