From 8e73f12eba0d37c159d77ec7b5c6df5fc6c5b514 Mon Sep 17 00:00:00 2001 From: Sameer Raheja Date: Wed, 25 Aug 2021 14:37:51 -0700 Subject: [PATCH 1/4] Update FAQ to note that GeForce cards do not support forward compat Signed-off-by: Sameer Raheja --- docs/FAQ.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 2b6542efc0c..9cafaa2e8d7 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -37,8 +37,8 @@ the latest release. The plugin is tested and supported on V100, T4, A10, A30 and A100 datacenter GPUs. It is possible to run the plugin on GeForce desktop hardware with Volta or better architectures. GeForce hardware -does not support [CUDA enhanced -compatibility](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#enhanced-compat-minor-releases), +does not support [CUDA forward +compatibility](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#forward-compatibility-title), and will need CUDA 11.2 installed. If not, the following error will be displayed: ``` @@ -47,6 +47,9 @@ ai.rapids.cudf.CudaException: forward compatibility was attempted on non support at com.nvidia.spark.rapids.GpuDeviceManager$.findGpuAndAcquire(GpuDeviceManager.scala:78) ``` +More information about cards that support forward compatability can be found +[here](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#faq) + ### How can I check if the RAPIDS Accelerator is installed and which version is running? On startup the RAPIDS Accelerator will log a warning message on the Spark driver showing the From 4b8287920461fb4d916fd90dae02f13a4dac9e49 Mon Sep 17 00:00:00 2001 From: Sameer Raheja Date: Wed, 25 Aug 2021 15:01:28 -0700 Subject: [PATCH 2/4] Update Spark and CUDA versions as of current support Signed-off-by: Sameer Raheja --- docs/FAQ.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 9cafaa2e8d7..0ffc1c5f4bb 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -10,9 +10,9 @@ nav_order: 11 ### What versions of Apache Spark does the RAPIDS Accelerator for Apache Spark support? -The RAPIDS Accelerator for Apache Spark requires version 3.0.1, 3.0.2, 3.1.1 or 3.1.2 of Apache -Spark. Because the plugin replaces parts of the physical plan that Apache Spark considers to be -internal the code for those plans can change even between bug fix releases. As a part of our +The RAPIDS Accelerator for Apache Spark requires version 3.0.1, 3.0.2, 3.0.3, 3.1.1 or 3.1.2 of +Apache Spark. Because the plugin replaces parts of the physical plan that Apache Spark considers to +be internal the code for those plans can change even between bug fix releases. As a part of our process, we try to stay on top of these changes and release updates as quickly as possible. ### Which distributions are supported? @@ -30,8 +30,8 @@ to set up testing and validation on their distributions. ### What CUDA versions are supported? -CUDA 11.0 and 11.2 are currently supported. Please look [here](download.md) for download links for -the latest release. +CUDA 11.x is currently supported. Please look [here](download.md) for download links for the latest +release. ### What hardware is supported? From 05450eaf6c453f9cd3c51e5107130e0e857b8b35 Mon Sep 17 00:00:00 2001 From: Sameer Raheja Date: Wed, 25 Aug 2021 15:25:26 -0700 Subject: [PATCH 3/4] Update docs/FAQ.md Fix compatibility spelling Co-authored-by: Jason Lowe --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 0ffc1c5f4bb..89b48bfae5e 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -47,8 +47,8 @@ ai.rapids.cudf.CudaException: forward compatibility was attempted on non support at com.nvidia.spark.rapids.GpuDeviceManager$.findGpuAndAcquire(GpuDeviceManager.scala:78) ``` -More information about cards that support forward compatability can be found -[here](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#faq) +More information about cards that support forward compatibility can be found +[here](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#faq). ### How can I check if the RAPIDS Accelerator is installed and which version is running? From ee8824c0cc1221005bcbe2734733adad49e157ee Mon Sep 17 00:00:00 2001 From: Sameer Raheja Date: Wed, 25 Aug 2021 15:26:10 -0700 Subject: [PATCH 4/4] Update docs/FAQ.md Add a comma Co-authored-by: MithunR --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 89b48bfae5e..7de499fe353 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -10,7 +10,7 @@ nav_order: 11 ### What versions of Apache Spark does the RAPIDS Accelerator for Apache Spark support? -The RAPIDS Accelerator for Apache Spark requires version 3.0.1, 3.0.2, 3.0.3, 3.1.1 or 3.1.2 of +The RAPIDS Accelerator for Apache Spark requires version 3.0.1, 3.0.2, 3.0.3, 3.1.1, or 3.1.2 of Apache Spark. Because the plugin replaces parts of the physical plan that Apache Spark considers to be internal the code for those plans can change even between bug fix releases. As a part of our process, we try to stay on top of these changes and release updates as quickly as possible.