Lawrence Mitchell

Results 226 comments of Lawrence Mitchell

> The work around is to add "assume_missing=True" A better fix is to provide the dtype explicitly to `read_csv` (this is the case for both `dask_cudf` and plain `dask`) as...

This is the cudf part of the changes necessary to allow using cupy 11 and later.

I've pushed a change to the conda environment to check if running with cupy 11 actually works. I've converted to draft so this is not accidentally merged (because it might...

Tests failed due to what looks like timeouts, so hopefully they will go through this time.

> We might need a PR against https://github.com/rapidsai/integration/ that allows CuPy 11 for CI to use it in its builds. Ah, does the `conda/environments/cudf_dev_115.yml` specification not get inspected when building/installing...

> No, unfortunately -- I think that one is primarily used for setting up dev environments locally. OK. How do I point this branch at a branch of rapidsai/integration (I...

Thanks @galipremsagar, I'll take a look