April 14, 2026
Computation Morning Digest
Today's computation digest features substantive semiconductor policy data, a strong wave of Linux 7.1 architecture improvements (ARM64 NEON storage, AMD power management, T10 data integrity), and meaningful GPU driver advances in Mesa and GreenBoost. The US-China chipmaking subsidy gap and a major OpenSSL 4.0 release round out a hardware-heavy day.
Industry & HPC
China has spent 3.6 times more than the US on chipmaking subsidies over the past decade — $142 billion and counting, easily outweighs CHIPS Act
Tom's Hardware- China deployed ~$142B in semiconductor subsidies from 2014–2023 vs. $39B committed under the US CHIPS Act — a 3.6x gap.
- China's subsidy base covers both advanced and mature node fabs at massive scale, while US policy focuses narrowly on leading-edge manufacturing.
- The data raises structural questions about long-term capacity and technology leadership outside China over the next decade.
Half of all US employees now use artificial intelligence at work, crossing landmark threshold for first time — Gallup data shows daily and weekly usage hitting all-time high of 28% in Q1 2026, with 65% feeling positive about its impact on productivity
Tom's Hardware- 50% of employed US adults now use AI at least once per year — a landmark milestone per Gallup's Q1 2026 survey.
- Daily or weekly AI usage reached 28%, an all-time high, indicating mainstream workplace integration.
- 65% of users report a positive productivity impact, suggesting real-world value is outpacing hype at the workforce level.
Hardware & Chips
Linux 7.1 Lands ARM64 NEON-Accelerated CRC64-NVMe For ~6x Improvement
Phoronix- ARM64-optimized CRC64-NVMe merged for Linux 7.1 delivers roughly 6x faster checksum performance on ARM hardware.
- NEON SIMD acceleration enables the speedup with no correctness tradeoff — same integrity guarantees, much lower CPU overhead.
- Particularly impactful for ARM-based servers (Ampere, AWS Graviton) running high-throughput NVMe storage workloads.
AMD Ready With CPPC Performance Priority & Dynamic/Raw EPP In Linux 7.1
Phoronix- Linux 7.1 merges AMD CPPC (Collaborative Processor Performance Control) performance priority and dynamic EPP (Energy Performance Preference) support.
- Raw EPP mode lets workloads express fine-grained power/performance intent directly, bypassing coarse governor abstractions.
- Improves responsiveness and efficiency for AMD Ryzen and EPYC systems on Linux without manual tuning workarounds.
Linux 7.1 Revamps T10 PI Data Integrity Handling For Better Read Performance
Phoronix- Linux 7.1 overhauls T10 PI (Protection Information) code used for generating and verifying storage data integrity.
- Refactored code is cleaner and enables measurably better read performance by reducing overhead on integrity-checked storage paths.
- Relevant for enterprise NVMe and SAS/SCSI deployments using end-to-end data protection features.
Mesa 26.1 RADV Driver Merges Vulkan Descriptor Heap As Big Improvement For Steam Play
Phoronix- Mesa RADV merges VK_EXT_descriptor_heap, a key Vulkan extension that improves DXVK and VKD3D-Proton compatibility on AMD GPUs.
- Direct impact on Steam Play (Proton) — Windows games translated through DX12/DX11 to Vulkan get a notable compatibility and performance boost.
- Some DX12 titles previously had rendering issues or slow paths on Linux due to missing descriptor heap support.
GreenBoost Memory Orchestrator For NVIDIA GPUs Introduces GreenBoost-Proton For Gaming
Phoronix- GreenBoost-Proton extends open-source NVIDIA vRAM tiering to gaming workloads via Proton, beyond its original CUDA/LLM inference focus.
- System RAM and NVMe storage augment GPU vRAM, enabling larger game assets or concurrent AI inference on cards with limited VRAM.
- Especially relevant for 8–12GB VRAM cards running memory-heavy games or local LLM inference simultaneously.
OpenSSL 4.0 Released With Encrypted Client Hello, RFC 8998 Support
Phoronix- OpenSSL 4.0 is a major release of the world's most widely deployed TLS and cryptography library.
- Encrypted Client Hello (ECH) hides the SNI hostname from passive observers — a meaningful privacy and censorship-resistance improvement for TLS connections.
- RFC 8998 adds ShangMi (SM2/SM3/SM4) cipher suite support for compliance with China-region cryptographic requirements.
Alienware AW2726DM 27-inch QHD 240 Hz QD-OLED gaming monitor review: A price breakthrough for desktop OLED
Tom's Hardware- Alienware's AW2726DM brings QD-OLED panel technology — previously limited to $500+ monitors — down to a $350 opening price.
- Specs include QHD resolution, 240 Hz refresh, Adaptive-Sync, HDR10, and wide color gamut on a 27-inch panel.
- This pricing shift signals QD-OLED is entering mass-market territory, likely to pressure competing IPS and VA panel vendors.
Community Highlights
Veteran Windows dev shows off AI running on 47-year-old PDP11 with 6 MHz CPU and 64KB of RAM — 'gloriously absurd' project runs transformer model written in PDP-11 assembly language
Tom's Hardware- A veteran developer hand-wrote a transformer neural network in PDP-11 assembly and ran it on the 47-year-old 6 MHz minicomputer with 64KB of RAM.
- Demonstrates the mathematical minimalism of early transformer architectures — core attention fits within extreme memory and compute constraints.
- A fun proof-of-concept that underscores how far hardware has come and how lean ML fundamentals can be when stripped to the bare minimum.