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
Is your feature request related to a problem? Please describe.
We currently leverage nvcomp for decompression in many of our I/O APIs. We also have built-in routines for most important codecs. We should validate whether the existing routines that we have are sufficient for the entire cudf test suite to pass if we do not use nvcomp at all. This check is critical for accelerating our support for new platforms without requiring new nvcomp releases as a prerequisite.