Any plan to include cuDF as backend? #4556
Replies: 3 comments
-
Hi @argenisleon -- we don't have it on our roadmap, currently. No opposition to the idea at all, and a cudf backend could likely take advantage of a bunch of the existing stuff in the pandas backend, but we're not currently working on that. (One tricky bit here would be setting up GPU-enabled CI for such a backend) |
Beta Was this translation helpful? Give feedback.
-
Maybe you should contact the cuDF developers themselves? Arguably they have the CI infra at end and probably know very well the performance details impacts of mapping high level ibis operations to concrete GPU specific implementations. I would be really interested in seeing how GPU-enabled ibis-cuDF fairs against the highly CPU optimized duckdb or clickhouse backends for common analytical workfloads. |
Beta Was this translation helpful? Give feedback.
-
I wonder if it might be possible to support cudf through the existing Dask backend without adding a new cudf backend. For example, it seems like one can already use Ibis to interact with a
Do any Ibis developers know how much work it would be to make the Dask backend (mostly) pandas/cudf agnostic? (Disclaimer: I am completely new to Ibis, so this question may be totally naive) cc @jcrist @cpcloud @kszucs (Sorry for the ping, but you all seem active in the Dask backend) |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there any plan to include cuDF as an Ibis backend option?
Beta Was this translation helpful? Give feedback.
All reactions