# RAPIDS

NVIDIA's open-source GPU-accelerated data science software suite, including libraries for DataFrames, machine learning, and graph analytics.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Run Massive-Scale UMAP in Minutes Using Multiple GPUs--Without Losing Accuracy

DevFeed: [Run Massive-Scale UMAP in Minutes Using Multiple GPUs--Without Losing Accuracy](<https://devfeed.tech/articles/run-massive-scale-umap-in-minutes-using-multiple-gpus-without-losing-accuracy-6933.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/run-massive-scale-umap-in-minutes-using-multiple-gpus-without-losing-accuracy/>)

Author: Tanya Lenz

Published: 2026-08-18T16:48:08Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [Data analysis](<https://devfeed.tech/topics/data-analysis.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [RAPIDS](<https://devfeed.tech/topics/rapids.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>)

Tags: [accelerate](<https://devfeed.tech/tags/accelerate.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [cuda-x](<https://devfeed.tech/tags/cuda-x.md>), [data-analytics-processing](<https://devfeed.tech/tags/data-analytics-processing.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [feature](<https://devfeed.tech/tags/feature.md>), [featured](<https://devfeed.tech/tags/featured.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [graphs](<https://devfeed.tech/tags/graphs.md>), [multi-gpu](<https://devfeed.tech/tags/multi-gpu.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [post](<https://devfeed.tech/tags/post.md>), [scale](<https://devfeed.tech/tags/scale.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [training](<https://devfeed.tech/tags/training.md>), [vector](<https://devfeed.tech/tags/vector.md>), [visualization](<https://devfeed.tech/tags/visualization.md>)

### AI overview

This article explains how multi-GPU UMAP scales dimensionality reduction to datasets containing tens to hundreds of millions of vectors. A feature in NVIDIA cuML and cuVS 25.06 distributes all-neighbors kNN graph construction across multiple GPUs, enabling workloads of several hundred gigabytes to run in minutes while preserving nearest-neighbor relationships and accuracy.

### Source excerpt

Uniform Manifold Approximation and Projection (UMAP) is a dimensionality reduction technique widely used for visualization and feature extraction. Applications...

## Make your ZeroGPU Spaces go brrr with ahead-of-time compilation

DevFeed: [Make your ZeroGPU Spaces go brrr with ahead-of-time compilation](<https://devfeed.tech/articles/make-your-zerogpu-spaces-go-brrr-with-ahead-of-time-compilation-7575.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/zerogpu-aoti>)

Author: Charles Bensimon; Sayak Paul; Linoy Tsaban; Apolinário from multimodal AI art

Published: 2025-09-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [RAPIDS](<https://devfeed.tech/topics/rapids.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [fly](<https://devfeed.tech/topics/fly.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [compilation](<https://devfeed.tech/tags/compilation.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [image-to-image](<https://devfeed.tech/tags/image-to-image.md>), [image-to-video](<https://devfeed.tech/tags/image-to-video.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [models](<https://devfeed.tech/tags/models.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [spaces](<https://devfeed.tech/tags/spaces.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [zerogpu](<https://devfeed.tech/tags/zerogpu.md>)

### AI overview

This tutorial explains how to use PyTorch ahead-of-time compilation in ZeroGPU Spaces. It covers faster model startup and inference, FP8 quantization, dynamic shapes, and the process-based GPU allocation model used by ZeroGPU, with reported speedups of 1.3x-1.8x on Flux, Wan, and LTX models.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Leveraging Spark 3 and NVIDIA's GPUs to Reduce Cloud Cost by up to 70% for Big Data Pipelines

DevFeed: [Leveraging Spark 3 and NVIDIA's GPUs to Reduce Cloud Cost by up to 70% for Big Data Pipelines](<https://devfeed.tech/articles/leveraging-spark-3-and-nvidia-s-gpus-to-reduce-cloud-cost-by-up-to-70-for-big-data-pipelines-31935.md>)

Original publisher: [Read original article](<https://medium.com/paypal-tech/leveraging-spark-3-and-nvidias-gpus-to-reduce-cloud-cost-by-up-to-70-for-big-data-pipelines-e0bc02ec4f88?source=rss----6423323524ba---4>)

Author: Ilay Chen

Published: 2024-02-21T16:42:14Z

Content type: tutorial

Language: en

Sources: [PayPal Technology](<https://devfeed.tech/sources/paypal-technology.md>)

Topics: [Apache Spark](<https://devfeed.tech/topics/spark.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [RAPIDS](<https://devfeed.tech/topics/rapids.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Data pipelines](<https://devfeed.tech/topics/data-pipelines.md>), [migration](<https://devfeed.tech/topics/migration.md>), [upgrade](<https://devfeed.tech/topics/upgrade.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [apache-spark](<https://devfeed.tech/tags/apache-spark.md>), [big-data](<https://devfeed.tech/tags/big-data.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [data-pipelines](<https://devfeed.tech/tags/data-pipelines.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [migration](<https://devfeed.tech/tags/migration.md>), [rapids](<https://devfeed.tech/tags/rapids.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

A PayPal engineering blog explains how upgrading from Apache Spark 2 to Spark 3 and migrating workloads to GPU clusters with NVIDIA Spark RAPIDS can accelerate selected big-data processing tasks and potentially reduce cloud costs by up to 70%. It covers the migration, parameter tuning, challenges, and reported benefits.

### Source excerpt

By Ilay Chen and Tomer Akirav At PayPal, hundreds of thousands of Apache Spark jobs run on an hourly basis, processing petabytes of data and requiring a high volume of resources. To handle the growth of machine learning solutions, PayPal requires scalable environments, cost awareness and constant innovation. This blog explains how Apache Spark 3 and GPUs can help enterprises potentially reduce Apache Spark's jobs cloud costs by up to 70% for big data processing and AI applications. Our journey will begin with a brief introduction of Spark RAPIDS -- Apache Spark's accelerator that leverages GPUs to accelerate processing via the RAPIDS libraries. We will then review PayPal's CPU-based Spark 2 application, our upgrade to Spark 3 and its new capabilities, explore the migration of our Apache Spark application to a GPU cluster, and how we tuned Spark RAPIDS parameters. We will then discuss some challenges we encountered and the benefits of the updates. Libra scales in the cloud, generated by AIBackground GPUs are everywhere, and their parallelism characteristics are perfect for processing AI and graphics applications, among other things. For those unfamiliar: what makes GPUs different from CPUs, computation-wise, is that CPUs have a limited amount of very strong cores, whereas GPUs have thousands, or even tens of thousands or more, relatively weak cores that work together very well. PayPal has been leveraging GPUs to train models for some time now, and so we decided to evaluate if the parallelism of the GPU can be helpful with processing big data applications based on Apache Spark. In our research, we encountered NVIDIA's Spark RAPIDS open-source project. It has many purposes, however we focused on Spark RAPIDS's cost reduction potential, because enterprises like PayPal spend lots of money on running Spark jobs in the cloud. Using Spark with GPUs isn't common in the industry yet, but according to our findings as described in this blog, the potential benefits could be enorm