Vyas Ramasubramani

Results 884 comments of Vyas Ramasubramani

Tentatively scheduling for 26.04, but we can pull forward or push back based on the pandas release timeline and our own assessment of the complexity of the upgrade.

One current issue with the interchange protocol approach is that polars sometimes creates large list columns instead of normal list columns. We either need to add a casting layer internally...

The large list case is resolved by conversion in #18562.

For the Table conversion we should be able to use the versions of the function that operate on just the capsules, right? Once cudf-polars no longer imports pyarrow directly the...

Given the high number of conflicts here I am preemptively moving to 25.12.

@lamarrr what is the plan for this PR?

@harrism @mythrocks do either of you recall the motivations for this discussion or know if it's still something that we should be pursuing?

@mythrocks would you be up for taking this on at some point? I'm happy to help make the Python changes if you'd like help there!

At least for pinned memory it looks like we might be able to solve this already in CUDA 12, we just have to create our own pool instead of using...