Environment details (please complete the following information):
Using the latest cudf 24.10 nightlies.
This does not appear to be limited to a specific subset of Python version, CPU architecture, or CUDA version.
It affects both wheel and conda packages.
Describe the bug
On 24.10, a few dozen tests are failing like this:
Observed this in CI that wasn't touching any Python code (e.g. #6012).
Steps/Code to reproduce bug
CI from #6012: (build link)
Expected behavior
N/A
Environment details (please complete the following information):
Using the latest
cudf
24.10 nightlies.This does not appear to be limited to a specific subset of Python version, CPU architecture, or CUDA version. It affects both wheel and conda packages.
Additional context
I believe this is the same root cause as https://github.com/rapidsai/cuspatial/issues/1433.
Specifically,
cuml
needs to adapt to these changes: https://github.com/rapidsai/cudf/pull/16454For reference, here's how @mroeschke is approaching this in
cuspatial
: https://github.com/rapidsai/cuspatial/pull/1434