-
Spark 3.0.0 support [RAPIDS Accelerator](https://github.com/nvidia/spark-rapids) which can provides a set of plugins for Apache Spark that leverage GPUs to accelerate processing via the RAPIDS librari…
-
**What is your question?**
How to install rapids-singlecell through conda for CUDA version 12.4?
-
-
When attempting to build UCXX with the CUDA 11.8 conda environment on a system without `nvcc` pre-installed (i.e. all CTK components being installed through conda), I get the following error at build …
-
**Describe the bug**
I'm using the qualification tool over an eventlog generated by the execution of a Databricks Workflow Job.
I'm getting the following errors when using the qualification tool:
`P…
-
**Describe the bug**
In GH mvn actions we validate the JVM bytecode builds against supported published Apache Spark builds
The cache key in https://github.com/NVIDIA/spark-rapids/actions/caches for…
-
**Describe the bug**
When running either command `adata.X = cpx.scipy.sparse.csr_matrix(adata.X)` or `rsc.get.anndata_to_GPU(adata)`, I get the following error:
```
------------------------------…
-
We recently saw what looks like a CUDA OOM (not your classic RMM OOM) with the stack below.
It looks like a kernel `exclusive_scan_by_key` failed to launch. This seems to be that we have a job where …
-
**Describe the bug**
This bug tracks the work we need to do to improve the autotuner o/p we ask customers to try out for their first GPU run. This issue also relates to https://github.com/NVIDIA/spark…
-
I saw this was previously noted but leiden clustering using rsc.tl.leiden still yields too many clusters using rapids 24.08. Is there a better solution than downgrading to 23.04?