The CUDA-driver is software specifically designed for Nvidia GPU's to enable parallel processing of data.

Since CPU and GPU can cooperate to perform tasks simultaneously,  the performance of an application can increase dramatically.

The official installation guide for CUDA can be found here:

https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html


The CUDA component only works in conjunction with flavours that are explicitly labeld as "GPU".


We have created a component called 'CUDA' that executes the installation steps automatically.

This component performs the following steps:


The "SRC-External component" must be executed before the CUDA component.

When composing your catalog item's components list, make sure you select the SRC-External component and place it before the CUDA component.





  • No labels