Loading slide
Loading contents...
Researchers were already using graphics chips for neural networks before general-purpose GPU tools became common. Programmable graphics hardware accepted data and small programs through interfaces built for rendering images.
In a 2004 implementation, researchers stored network values in texture data and used graphics programs to perform the calculations. The results came back through the same
CUDA did not invent GPU computing or neural-network training. It gave programmers a more direct way to send ordinary number work to the GPU's many workers.