-
https://github.com/gpuopenanalytics/libgdf
> libgdf is a C library for implementing common functionality for a GPU Data Frame.
-
**Is your feature request related to a problem? Please describe.**
PR #17194 introduces a `type_id` to string utility located within the benchmark code.
@ttnghia identified that this could be a share…
-
**Describe the bug**
I'm trying to use XGboost on a gpu as a regressor and want to load my univariante data into the gpu by using Cudf instead of Pandas.
I get an error when I call ForecastingGri…
-
**how to make a offline compile?**
cudf looks have huge number of dependencies and patch, is there any simple way to compile offline;
I have tried to build in online and then when all deps downloaded…
caork updated
12 hours ago
-
Read ORC read wrong Data
Repro:
```import cudf
df = cudf.read_orc('bug.snappy.orc', engine='cudf')
df = df[df.a == 10]
df
```
Out:
```
a b
636317 10 2024-04-01 16:18:10.581
636319 10 2024-04-01 16:1…
-
### Description
When `collect`ing a lazyframe, one can specify an `engine=` parameter to switch between cpu (in memory) and gpu. Perhaps once new-streaming is ready for primetime that will be an opti…
-
First off, I love this library, you've done an awesome job for creating it!
Secondly, can you add support for [cuDF](https://docs.rapids.ai/api/cudf/stable/) dataframes?
-
-
**Describe the bug**
pip install graphistry[umap_learn] finds cupy import error when running umap even if engine=umap_learn. Pip installing cupy doesn't resolve problem.
**To Reproduce**
```pyt…
-
There are several steps.
# Parallel processing on one node with `openPMD-api`
Provide example/instructions on how to process fields/particles in the WarpX documentation.
- For fields: provide e…