Difference between revisions of "Nvidia AI Solution"
From ESS-WIKI
(Created page with "== Introduction == CUDA is a API allows software developers and software engineers to use a CUDA-enabled GPU for general purpose processing. The CUDA platform is a software l...") |
(No difference)
|
Latest revision as of 07:50, 19 September 2018
Introduction
CUDA is a API allows software developers and software engineers to use a CUDA-enabled GPU for general purpose processing. The CUDA platform is a software layer that gives direct access to the GPU's virtual instruction set and parallel computational elements, for the execution of compute kernels. (From |CUDA WiKi)