Geek Culture
Published in

Geek Culture

Introduction to CUDA

GPU programming using CUDA.

source: https://mr-technologies.com/image-flow-framework/cuda-sdk/

What is CUDA?

CUDA stands for Compute Unified Device Architecture. CUDA is a heterogeneous programming language from NVIDIA that exposes GPU for general purpose program. Heterogeneous programming means the code runs on two different platform: host (CPU) and devices (NVDIA GPU devices).

Why use GPU?

--

--

A new tech publication by Start it up (https://medium.com/swlh).

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Umangshrestha

I like computer and programming. I am currently trying to learn how to write articles for sharing what I know.