Conservative MP Danny Kruger defects to Reform UK
US says it will press ahead with TikTok ban if China doesn't drop tariff, tech demands - Reuters
When is the Budget and what might be in it?
Conor McGregor ends bid to be Irish president
El maquinista del Alvia en ‘Salvados’: “Llevé yo el tren, pero podía haberlo llevado otro. Me tocó la china”
US, China close to TikTok deal but it could depend on trade concessions, Bessent says - Reuters
Rubio meets Netanyahu to discuss fallout from Israel's Qatar strike
'A heart as big as his smile' - Hatton's family pay tribute
Behind the Curtain: Four ominous trends tearing America apart - Axios
Starmer facing leadership questions after Mandelson sacking
Heidelberger and Solenis develop barrier coating process for paper packaging
Retailers warn 400 big UK shops could shut over rates hike
UK and US unveil nuclear energy deal ahead of Trump visit
Map Shows States Where Homes Take Shortest—and Longest—to Sell
Bharti big shots storm BT boardroom after £3.6B raid
These Stocks Are Moving the Most Today: Nvidia, Warner Bros., Gemini Space Station, Tesla, Corteva, and More
Morocco's quake survivors demand more help as World Cup spending ramps up
The New Threat Facing Active Fund Managers
Elon Musk could become the world's 1st trillionaire. Here's the effect it could have
Nvidia Broke Antitrust Law, China Says, as Tensions With U.S. Mount
Desafiando el miedo en los campos de California, la zona cero de la mayor paradoja migratoria de Trump
US military officers pay surprise visit to Belarus to observe war games with Russia - Reuters
China says preliminary probe shows Nvidia violated anti-monopoly law - Reuters
Kirk suspect 'not co-operating' with authorities, governor says
A record number of Congressional lawmakers aren't running for reelection in 2026. Here's the list - NPR
Rubio, in Israel, Meets Netanyahu as Trump Grows Impatient - The New York Times
Russia warns Europe: we will go after any state which takes our assets - Reuters
Última hora del conflicto en Oriente Próximo, en directo | Al menos 20 muertos este lunes en la Ciudad de Gaza, 9 de ellos mujeres y niños
Lawmakers are weighing a farm labor bill. Pennsylvania's farmers are telling them to hurry up. - Politico
Turkey court delays ruling on opposition leader amid political crisis - Reuters
Brazil's Lula hits back at Trump over Bolsonaro trial and tariffs
Russia revives barter trade to dodge Western sanctions - Reuters
Oil edges up after attacks on Russian energy facilities - Reuters
La emotiva carta de despedida de Juanes a su madre: “A veces siento que se llevó todo. Será imposible acostumbrarme”
Cash for speeches and big wins for The Pitt and The Studio - Emmys highlights
'Have you ever seen anything like that?' Simbu wins marathon by 0.03 seconds
Rheinmetall agrees to buy warship maker NVL in latest expansion push - Reuters
The World Cup's final four - and how England can beat them
The investigation into Charlie Kirk’s killing continues. Here’s what we know - CNN
GB's Caudery injured in pole vault warm-up
Trump vows national emergency in Washington, DC over ICE dispute - Reuters
US and China hold second day of trade talks as TikTok deadline looms
UK and US unveil nuclear energy deal ahead of Trump visit
Qatar hosts Arab-Islamic emergency summit over Israeli strike on Doha
Eagles beat Chiefs again & overtime epic in Dallas
Scheffler warms up for Ryder Cup with PGA Tour win
Aldi warns food prices may rise if Budget lifts costs
Rising seas will threaten 1.5 million Australians by 2050 - report
Caudery suffers injury heartbreak in Tokyo
Oakland comedian’s blunt response to Charlie Kirk’s killing: ‘I won’t be gaslit’ - San Francisco Chronicle
2 men arrested in Utah after explosive device found under news vehicle - Axios
Man Utd have 'got worse' under Amorim - Rooney
Hochul, Van Hollen back Zohran Mamdani as senator slams ‘spineless’ Democrats - The Washington Post
El Gobierno prepara unos Presupuestos expansivos con alzas en sueldos públicos, pensiones y defensa
Qué revelan los datos de los aviones de la OTAN sobre el derribo de los drones rusos
Watch: Soda truck falls into sinkhole in Mexico City
Kash Patel criticized for his actions and posts during Charlie Kirk shooting investigation - NBC News
US farmers are being squeezed - and it's testing their deep loyalty to Trump
Fox News’ Brian Kilmeade says comment about killing mentally ill homeless people an ‘extremely callous remark’ - CNN
Why hackers are targeting the world's shipping
Boss of degrading sex-trade ring in Dubai's glamour districts unmasked by BBC
Is Man Utd's 'shoehorned' team selection costing them?
Separar deporte y política, una mala idea
El significado global de la rebelión de Madrid
La Vuelta y la hora decisiva en la Gran Vía
'There is, and always will be, only one Ricky Hatton'
Phillipson urges Labour to remain united
Kirk’s death reinvigorates Republicans’ redistricting race
We will never surrender our flag, Sir Keir Starmer says
Robinson tapping into disquiet in the country, says minister
Deadline klimaatdoelen komt dichterbij, maar veel klimaatbeleid geschrapt
¿Quiénes son los nuevos votantes de Vox? Datos por edad, sexo y clase social
First sick children have left Gaza for UK - Cooper
Migrant return flights to France set to start next week
Starmer defended Mandelson after officials knew about Epstein emails, BBC understands
SP wil regeren in 'sociaal kabinet' met in ieder geval GL-PvdA en CDA
Rising cost of school uniform is scary, says mum
‘A uniquely dangerous time?’: The aftermath of Charlie Kirk's killing | The Conversation
Tech Now
Millions missing out on £24bn of benefits and government support, analysis suggests
Blue states shunned the National Guard. Tennessee governor is taking a different approach.
Some Jaguar Land Rover suppliers 'face bankruptcy' due to cyber attack crisis
AstraZeneca pauses £200m Cambridge investment
Kabinet: verplichte zzp-verzekering kan goedkoper bij latere uitkering
Hundreds of families to get school uniform cash
Farage insists he has no financial stake in Clacton home
UK economy saw zero growth in July

Graphics processors began life as helpers to the CPU, moving pixels across the screen and accelerating windowed desktops. Over three decades, careful architectural changes and a maturing software stack turned them into the dominant parallel compute engines of our time. NVIDIA’s CUDA platform unlocked general-purpose programming at scale, and deep learning quickly found a natural home on this throughput-oriented hardware. At the same time, cryptocurrency mining exposed both the raw performance and the market volatility that massive parallelism can unleash. Tracing this path illuminates how a once-specialized peripheral became central to scientific discovery, modern AI, and even financial systems.

The GPU’s trajectory matters because it shows how engineering constraints can redirect the entire course of computing. Display adapters were once narrowly optimized for bitmaps and scan-out, yet the relentless demand for realism in games created hardware that excelled at doing many simple operations in parallel. That same skill set—high memory bandwidth, fast context switching, and massive concurrency—maps cleanly onto linear algebra. As a result, GPUs became the default engine for workloads as varied as training neural networks, accelerating scientific simulations, and, for a time, mining cryptocurrencies.

Their rise also reshaped supply chains, data center design, and programming models across the industry. Early PCs relied on simple display adapters like IBM’s MDA and CGA in the 1980s, later standardized around VGA for analog output. As graphical user interfaces spread, vendors such as S3, Matrox, and ATI built 2D accelerators that sped up BitBLT, line drawing, and video overlay. The Accelerated Graphics Port in the late 1990s improved throughput between CPU and graphics memory, enabling richer scenes.

These designs still followed a largely fixed-function model: the card executed a narrow set of graphics tasks very fast, with little room for general computation. The push for 3D realism changed the equation. 3dfx’s Voodoo popularized consumer 3D acceleration in the mid-1990s, while APIs like OpenGL and Direct3D codified a pipeline that hardware could implement efficiently. NVIDIA’s GeForce 256 in 1999 integrated hardware transform and lighting and introduced the “GPU” moniker, reflecting a broader role than mere display.

DirectX 8-era programmable shaders allowed developers to supply small programs to run per-vertex and per-pixel, and DirectX 10-era unified shaders, debuting with NVIDIA’s G80 (GeForce 8800) in 2006, blurred fixed-function lines into a large pool of general arithmetic units. The result was a highly parallel processor array with a memory hierarchy that, while tuned for graphics, was increasingly usable for other data-parallel tasks. Researchers quickly explored general-purpose computation on this new substrate, first by contorting shader languages and then by building purpose-made tools. Projects like BrookGPU from Stanford demonstrated that many scientific kernels could map onto graphics pipelines, highlighting the latent compute potential.

In 2006 NVIDIA introduced CUDA, a C-like programming model that exposed threads, blocks, and a memory hierarchy explicitly designed for throughput. CUDA shipped with optimized libraries such as cuBLAS and cuFFT, giving developers high-performance building blocks. OpenCL followed in 2008 as a vendor-neutral standard, and over time Vulkan compute, DirectCompute, and Metal rounded out cross-platform options. Deep learning cemented the GPU’s role in high-performance computing.

In 2012, the AlexNet convolutional neural network was trained on NVIDIA GPUs using CUDA-based code, achieving groundbreaking ImageNet results and demonstrating that backpropagation and convolutions thrive on GPU parallelism. NVIDIA’s cuDNN library, introduced in 2014, standardized high-performance primitives for neural networks and became a critical dependency for frameworks like TensorFlow and PyTorch. Hardware co-evolved: Volta’s V100 (2017) added Tensor Cores for mixed-precision matrix math, later expanded in Ampere’s A100 (2020) and Hopper’s H100 (2022) with BF16 and FP8 support and the Transformer Engine for automated precision management. Multi-GPU training scaled via NCCL for collectives and high-speed interconnects like NVLink and NVSwitch, enabling single-node and multi-node clusters to train ever-larger models.

Data center GPUs became systems as much as chips, with packaging, memory, and interconnects designed for sustained AI workloads. High Bandwidth Memory (HBM2 and HBM3) delivered massive on-package bandwidth to keep thousands of cores fed, while SXM modules and dense baseboards optimized power and thermals. Features like Multi-Instance GPU (MIG) on Ampere partitioned a single accelerator into isolated slices, improving utilization for mixed workloads. NVIDIA’s DGX and HGX designs provided reference blueprints for vendors and clouds, while containerized drivers and CUDA-compatible runtimes simplified deployment at scale.

AMD advanced an alternative stack with ROCm and HIP on accelerators like MI200 and MI300, and portability layers such as OpenCL and SYCL broadened choice for heterogeneous computing. Consumer demand told a parallel story in cryptocurrency. Early Bitcoin mining began on CPUs, but by 2010 GPUs dominated due to far superior throughput on SHA-256 workloads, with some AMD Radeon cards excelling thanks to efficient integer pipelines. Specialized ASICs displaced GPUs for Bitcoin by 2013–2014, but Ethereum’s memory-hard Ethash kept GPUs relevant until the network’s 2022 transition to proof of stake.

Mining booms in 2017 and again in 2020–2021 tightened GPU supply, prompting measures like “Lite Hash Rate” variants and influencing pricing and availability for gamers and researchers alike. These cycles highlighted how a single application class can swing an entire hardware market when the commodity is parallel compute. The programmability story explains much of the enduring shift from graphics to general computing. CUDA’s consistent APIs, evolving math libraries, and tooling made it practical to port scientific codes and machine learning kernels without hand-writing shader code.

Vendor-neutral options ensured that researchers and enterprises could hedge bets, even as much of the deep learning ecosystem standardized on CUDA and cuDNN for performance. Interoperability standards like ONNX helped model portability across runtimes, while compilers and DSLs, including TVM and Triton, generated kernels tailored to GPU architectures. Meanwhile, NVIDIA’s 2016 introduction of NVLink and subsequent NVSwitch enabled coherent high-bandwidth fabrics that let multiple GPUs behave like a single large accelerator for data-parallel and model-parallel training. The result is a general-purpose engine whose capabilities far exceed its original remit.

GPUs now anchor exascale-class simulations, power real-time inference for speech and vision, and accelerate data analytics pipelines across public clouds. Their evolution also taught the industry that software ecosystems can be as decisive as silicon, and that memory bandwidth and interconnects are first-class performance features. Announcements such as NVIDIA’s 2024 Blackwell architecture, which extends mixed-precision support and advances transformer-centric training, underscore how closely hardware tracks modern AI workloads. From early frame buffers to multi-petaflop accelerators, the GPU’s ascent shows how targeted innovation, coupled with accessible programming models, can transform a specialized coprocessor into the backbone of contemporary computing.