From d60d7e831339872cb7e877a9df611b795269a20f Mon Sep 17 00:00:00 2001 From: Sameer Raheja Date: Mon, 22 Jun 2020 15:46:17 -0700 Subject: [PATCH] Fix link to RAPIDS cudf in index.md (#257) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d7fafdb0b67..aed4afce6d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,5 +7,5 @@ description: This site serves as a collection of documentation about the RAPIDS --- As data scientists shift from using traditional analytics to leveraging AI applications that better model complex market demands, traditional CPU-based processing can no longer keep up without compromising either speed or cost. The growing adoption of AI in analytics has created the need for a new framework to process data quickly and cost efficiently with GPUs. -The RAPIDS Accelerator for Apache Spark combines the power of the RAPIDS cuDF library and the scale of the Spark distributed computing framework. The RAPIDS Accelerator library also has a built-in accelerated shuffle based on UCX that can be configured to leverage GPU-to-GPU communication and RDMA capabilities. +The RAPIDS Accelerator for Apache Spark combines the power of the RAPIDS cuDF library and the scale of the Spark distributed computing framework. The RAPIDS Accelerator library also has a built-in accelerated shuffle based on UCX that can be configured to leverage GPU-to-GPU communication and RDMA capabilities.