Bureaucrats, cc_docs_admin, cc_staff
337
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|content= | |content= | ||
<translate>This tutorial uses CUDA to accelerate C or C++ code. A working knowledge of one of these languages is therefore required to gain the most benefit out of it. Even though Fortran is also supported by CUDA, for the purpose of this tutorial we only cover the CUDA C/C++. From here on, we use term CUDA C to refer "CUDA C and C++". CUDA C is essentially a C/C++ that allow one to execute function on both GPU and CPU. </translate> | <translate>This tutorial uses CUDA to accelerate C or C++ code. A working knowledge of one of these languages is therefore required to gain the most benefit out of it. Even though Fortran is also supported by CUDA, for the purpose of this tutorial we only cover the CUDA C/C++. From here on, we use term CUDA C to refer "CUDA C and C++". CUDA C is essentially a C/C++ that allow one to execute function on both GPU and CPU. </translate> | ||
}} | |||
{{Objectives | |||
|title=<translate><!--T:1--> | |||
Learning objectives</translate> | |||
|content= | |||
<translate> | |||
<!--T:2--> | |||
* Understanding the architecture of a GPU. | |||
* Understanding the workflow of a CUDA program | |||
* Managing GPU memory and understanding the various types of GPU memory | |||
* Writing and compiling a minimal CUDA code and compiling CUDA examples | |||
</translate> | |||
}} | }} | ||
=What is GPU ?= | =What is GPU ?= |