-
**Describe the bug**
When `PARQUET_READER_NVBENCH` is run on GDS-enabled system and the `LIBCUDF_CUFILE_POLICY` is set to `ALWAYS`, the following error occurs:
> [1621556][17:03:32:808022][error ] Fa…
-
**Is your feature request related to a problem? Please describe.**
rewriting code from pandas into cudf, using `import cudf as pd`
**Describe the solution you'd like**
`cudf.Timestamp` matching h…
mattf updated
3 months ago
-
Currently, when trying out [this notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/distributed_data_classification.ipynb) with a CPU Dask DataFrame, …
-
There are some erros based on your Dockerfile.
1. cupy cuml cudf cugraph was not installed.
Here is your Dockerfile
FROM nvcr.io/nvidia/tritonserver:22.07-py3
LABEL maintainer="NVIDIA"
LABEL …
-
As per my understanding this could become defacto standard for Spark integration with Rapids for GPU accelerations in future. I will work on this API, just put here issue for reference.
-
-
**Is your feature request related to a problem? Please describe.**
There are currently a number of libcudf functions that accept a std::string argument when they don't need to own the string but coul…
vyasr updated
2 weeks ago
-
I am trying to be able to run this anonymized script using cuDF or cuDF.pandas with GPU acceleration.
currently runs for over 5 hours for 2Million rows of data.
```python
import pandas as pd
from rap…
-
**Describe the bug**
`cuml.UMAP(n_epochs=n)` fails to transform() for n=1 and n=2
**Steps/Code to reproduce bug**
```python
import cudf
import cuml
df = cudf.DataFrame({'a': range(0, 100)})
for n …
-
**Describe the bug**
Ideally, we should eventually support `engine="cudf"` and `force_ascii=False` together with `to_json`. For now, we should update the documentation and/or provide a warning for us…