GTX 580: The AlexNet GPU | Generated by AI

Home 2026.07

Question: Intro to NVIDIA RTX 580, and did Ilya Sutskever and Hinton use it for AlexNet?

Answer:

There is no NVIDIA RTX 580. You probably mean NVIDIA GeForce GTX 580 (released in 2010). It was one of the GPUs that made the AlexNet breakthrough possible.

Image

Image

Image

Image

The GeForce GTX 580:

By modern standards it is tiny:

But in 2012 it was a monster for deep learning.


Did Ilya Sutskever and Geoffrey Hinton use GTX 580 for AlexNet?

Yes, but the exact GPUs were not RTX 580. AlexNet was trained on two NVIDIA GTX 580 GPUs.

The famous 2012 paper:

“ImageNet Classification with Deep Convolutional Neural Networks”

by:

used:

The model had:

The clever trick was splitting the network across two GPUs.


Why was GTX 580 enough?

Because AlexNet was small by today’s standards.

A simplified comparison:

Model Parameters GPU memory needed
AlexNet (2012) 60M ~3GB
GPT-2 124M 124M ~GBs
Llama 7B 7B ~14GB+ FP16
GPT-4 class unknown huge

The breakthrough was not raw GPU power. It was realizing:

CNN + ReLU + dropout + GPU CUDA
        ↓
train much larger networks
        ↓
beat traditional computer vision

Interesting historical connection

Before AlexNet, GPUs were mostly for graphics.

AlexNet showed:

GPU
 |
 +-- graphics
 |
 +-- scientific computing
 |
 +-- neural network training

This directly created the modern NVIDIA AI business.

Jensen Huang’s famous quote:

“The more GPUs you sell, the more AI gets created.”

came from this transition.

The RTX generation came much later:

Your RTX 4070 today has roughly 20× the compute and 8× the VRAM of the two GTX 580s that powered the AlexNet revolution.


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR · X: @lzwjava · Say hi 👋

Back Donate