-
**Describe the bug**
[QualificationAppInfo searches potential issues in SQL Plan](https://github.com/NVIDIA/spark-rapids/blob/6eae4c16284ed5b9bf7ab923831d8b602d126916/tools/src/main/scala/org/apache/…
-
**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…
-
Please add Sapphire Rapids and Ice Lake as CPU Microsrchitectures to IO500 submission form.
-
**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…
-
**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…
-
**Describe the bug**
Observed following error while running [mig.sh](https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/gpu/mig.sh) on dataproc-2.1-ubuntu20 with runtime version…
-
**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
**…
-
**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…
-
**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']}) …