unsplash/@pawel_czerwinski

Python (1)

Mohit Acharya

How To Run CUDA C/C++ Programs On Google Colab?

If you are learning High-Performance Computing(HPC), you might have come across Compute Unified Device Architecture(CUDA). CUDA is a proprietary technology developed by Nvidia Corporation for GPU computing. To use the CUDA framework for programming you need to have access to CUDA capable Nvidia GPU. If…

Continue reading...