cc_staff
123
edits
No edit summary |
|||
Line 4: | Line 4: | ||
RAPIDS<ref>RAPIDS Open GPU Data Science : https://rapids.ai/ </ref> 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. | RAPIDS<ref>RAPIDS Open GPU Data Science : https://rapids.ai/ </ref> 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. | ||
Since RAPIDS is available as Conda packages which requires to have Anaconda for the installation, however [[Anaconda/en|Anaconda]] is not advised to use on the Compute Canada clusters. Instead, a container solution of using [[Singularity|Singularity]] is recommended. As RAPIDS is also available as Docker container images from NVIDIA, and a Singularity image for RAPIDS can be built based from a Docker image. | |||
This page provides the instructions for working with RAPIDS on Compute Canada clusters based from a Singularity container. | This page provides the instructions for working with RAPIDS on Compute Canada clusters based from a Singularity container. | ||
Line 9: | Line 11: | ||
=Build a Singularity image for RAPIDS= | =Build a Singularity image for RAPIDS= | ||
==Where to look for a Docker image for RAPIDS== | |||
==Build a RAPIDS Singularity image== | |||
=Work on Clusters with a RAPIDS Singularity image= | =Work on Clusters with a RAPIDS Singularity image= | ||