RAPIDS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{draft}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{draft}} | {{draft}} | ||
<languages /> | |||
=Overview= | |||
RAPIDS is a suite of open source software libraries from NVIDIA mainly for executing data science and analytics pipelines on GPUs. It relies on NVIDIA CUDA primitives for low level compute optimization and provides users with friendly Python APIs, similar to those in Pandas, Scikit-learn, etc. | |||
This page provides the instructions for working with RAPIDS on Compute Canada clusters based from a Singularity container. | |||
=Build a Singularity image for RAPIDS= | |||
=Work on Clusters with a RAPIDS Singularity image= | |||
==Work interactively on a GPU node== | |||
==Submit a RAPIDS job to Slurm scheduler== | |||
=Helpful Links= | |||
<references/> | |||
[[Category:Pages with video links]] |
Revision as of 21:04, 18 December 2020
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
Overview
RAPIDS is a suite of open source software libraries from NVIDIA mainly for executing data science and analytics pipelines on GPUs. It relies on NVIDIA CUDA primitives for low level compute optimization and provides users with friendly Python APIs, similar to those in Pandas, Scikit-learn, etc.
This page provides the instructions for working with RAPIDS on Compute Canada clusters based from a Singularity container.