-
cuDF's 22.10 branch recently merged support for string UDFs-
```
>>> import cudf
>>> df = cudf.DataFrame({'str_col': ['a', 'bcd', 'efg']}) …
-
**Describe the bug**
A CPU run is misindentified by the qual tool as a GPU Run with
```
GpuEventLogException: Cannot parse event logs from GPU run: skipping this file
```
Version 24.04.0
**…
-
RuntimeError Traceback (most recent call last)
File ~/anaconda3/envs/rapids-22.04/lib/python3.8/site-packages/cuda/_cuda/ccuda.pyx:3674, in cuda._cuda.ccuda._cuInit()
…
-
**Is your feature request related to a problem? Please describe.**
https://github.com/NVIDIA/spark-rapids-tools/pull/1275 adds an option to filter event logs by a maximum size. This doesn't currentl…
-
Currently just about every time I push to CI my PRs fail clang-format checks because the clang-format in the devcontainer (cuSpatial) is v16, and RAPIDS pre-commit uses something like v11. Small thin…
-
Our [`get_nvcomp.cmake`](https://github.com/rapidsai/kvikio/blob/branch-22.08/python/cmake/thirdparty/get_nvcomp.cmake) should be updated to use [`rapids_cpm_nvcomp` from `rapids-cmake`](https://githu…
vyasr updated
2 years ago
-
**Describe the bug**
With [PR](https://github.com/rapidsai/cuml/pull/4300) we enabed training single GPU cuML models using Dask DataFrames and Series but we use `compute` there which brings data t…
-
Ladattu 23.4. klo 12:00
Mielenkiintoinen peliaihio! Mielestäni ohjelmassa on hyvin jaettu ohjelman osia erilllisiin luokkiin ja perintää on käytetty hyvin helpottamaan pelin elementtien hallintaa.
…
-
Hello RAPIDS,
Thanks for developing this amazing package.
I met 'ImportError: /usr/lib/x86_64-linux-gnu/libcuda.so.1: file too short' when importing packages.
```python
import scanpy as sc
import…
-
Currently rapids-compose clones a fixed set of repos. Most users are RAPIDS developers, and often they work on a different subset of those repos. So there's a lot of overhead on the initial cloning, b…