-
Part of OneTrust cookie consent updates.
Add to head:
`
function OptanonWrapper() { }
`
Share preview URL in follow up email.
-
**Describe the bug**
When I try to install using the generated command from https://docs.rapids.ai/install#get-rapids, the installation fails with:
```
Could not solve for environment specs
The fo…
-
**Describe the bug**
Connecting `Client(synchronous=False)` to a `LocalCUDACluster(synchronous=True)` hangs. This means an async localcudacluster cannot be used with RAPIDS libraries that expect a…
-
**Is your feature request related to a problem? Please describe.**
(A). In the current spark-rapids (0.1 and 0.2), `spark.rapids.sql.concurrentGpuTasks` and `spark.rapids.sql.batchSizeBytes` are s…
-
Please add Sapphire Rapids and Ice Lake as CPU Microsrchitectures to IO500 submission form.
-
## Description
When trying to adapt the custom callback as described at https://ts.gluon.ai/master/tutorials/mxnet_models/trainer_callbacks.html to `DeepAREstimator`, I get a `RuntimeError`.
I gue…
-
**Describe the bug**
When using TPOT cuML GPU crashes after a few hours, it ran for ~5.5 hours before crashing as I attempted to reproduce this example provided by a DGX A100 customer. The specific…
-
I would like the profiling tool recommendations to generate tuned settings related to shuffle sizes. Possible settings include advisorySizeInBytes and shuffle.partitions.
Goal is to reduce itera…
-
**Describe the bug**
While working on the method for safe un-shimming in #6555 I noticed that jdeps reveals we have public->spark3xx-common dependencies that may lead to classloading bugs
```Bash…
-
cuDF's 22.10 branch recently merged support for string UDFs-
```
>>> import cudf
>>> df = cudf.DataFrame({'str_col': ['a', 'bcd', 'efg']}) …