Closed jmakov closed 1 year ago
Two reasons,
If cuDF can run exclusively on CPUs then I will happily include it again if you provide a PR to fix any current problems
Thanks for the clarification. I guess from the user's perspective it would be interesting to see what's possible e.g. should you invest in a CPU with AVX512 or rather a GPU. I agree supporting a GPU env even with Docker requires a lot.
RAPIDS performed a Database-like ops benchmark with a CPU and GPU for cudf.pandas.
RAPIDS performed a Database-like ops benchmark with a CPU and GPU for cudf.pandas.
Thanks for link. After looking closer the time there doesn't look very reliable. Both h2oai and duckdb run q10 groupby data.table in 12s (recent) and 17s (old), while cudf benchmark of data.table needs 34s for same operation. Don't know what can be the reason, machine spec, compiler, compilation flags?
Any particular reason why cuDF is left out especially since it's included in the original repo?