May 2017
Intermediate to advanced
518 pages
10h 6m
English
Now I could report on the type of CPU (it is again an Intel Xeon E5-2690 V3 processor), about memory, or about the size of the temporary disk. But it does not matter, because the series N is not defined by these factors, but by the possibility to use GPUs (the processors of the graphics card) as an additional power factor.
What is the basic idea?
In the form of the GPU, additional computing capacity is provided, whereby the GPU generally operates faster than the CPU in highly parallelizable program sequences (high data parallelism), and therefore, a simple way is sought to supplement the computing performance of CPUs by the computing performance of GPUs. The CUDA and/or OpenCL technologies are used for this purpose.
The use of the ...