Vyas Ramasubramani
Vyas Ramasubramani
Note: [Ibis recently implemented the functionality to forward the engine down to Polars](https://github.com/ibis-project/ibis/pull/10151), which in theory means that we no longer need a global Polars config for that case to...
That should be easy enough for us to automate, at least on the subset of pylibcudf tests that do not manually pass a stream. Any test using the default pylibcudf...
After some discussion with Prem, the issue isn't just the rendering but the underlying value, which we can see by converting to pylibcudf ```python >>> cudf.get_option("mode.pandas_compatible") True >>> s =...
Thanks for reporting! We'll look into this.
Holding off on merging while I investigate potential outstanding flakiness.
I did a deep dive on one of the intermittent failures and traced it back to https://github.com/pandas-dev/pandas/issues/63306. As such, I'm feeling more confident that these flaky issues aren't global issues...
Yes, I definitely think that this kind of optimization is worth exploring. We already have a stream pool in cuIO that we could generalize and repurpose here.
Progress on this is blocked by https://github.com/rapidsai/cudf/issues/15541. We need a cleaner way to return the output of a `top_k` aggregation from libcudf when that is mixed with other aggregations that...
Also could use #19096