NEW TO GPU

Hey guys,
i have just started my phd and i am trying to find out what gpu is. i want to make a brief technical note with most of the work that has been done until know ,having to do with gpu and its applications. can anyone help me where to look at?
thank you all in advance

Welcome.
I am sure that you have visited this site [url=“http://www.nvidia.com/object/cuda_home.html;”]http://www.nvidia.com/object/cuda_home.html;[/url]
You can get CUDA from [url=“CUDA Toolkit 11.7 Update 1 Downloads | NVIDIA Developer”]http://www.nvidia.com/object/cuda_get.html[/url].
And you should ask Mr Google Or Mr Bing for more information about CUDA.
It has a mass of threads on this forum to discussing about your attention.

GPU stands for Graphics Processing Unit…

CUDA tries to make GPU stand for General Processing Unit by exporting graphics-independent programming model to an application developer – Thus, application programmers can offload compute intensive sections to GPU for faster processing.