惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
Y
Y Combinator Blog
月光博客
月光博客
IT之家
IT之家
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
L
LangChain Blog
博客园_首页
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
博客园 - Franky
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
V
Visual Studio Blog
小众软件
小众软件
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium

TechSpot

Flagship Rematch: Ryzen 7 5800X3D vs. Core i9-12900K Slack chats and internal data from failed startups are finding a second life in AI training A $5 Bluetooth tracker hidden in a postcard exposed a warship's movements Leakers claim PlayStation 6 could offer at least 3x the performance of the PS5 The Mac Mini is no longer a niche product, it's local AI infrastructure IPv6 traffic reaches parity with IPv4 for the first time, Google data shows Xbox expansion cards are now cheaper than SSDs, and PC users are repurposing them Blue Origin prepares to reuse New Glenn booster in bid to challenge SpaceX Nvidia could bring back the 12GB RTX 3060 as supply issues disrupt GPU roadmap What was the first OS you ever used? SNK revives NeoGeo AES with modern upgrades and HDMI support Valve's Proton 11 beta boosts Linux gaming with better performance and classic game support Researchers warn Microsoft Defender vulnerability is already being exploited A four-day Steam freebie turned into $250,000 for an indie game AMD may relaunch Ryzen 7 5800X3D for AM4's 10th anniversary This humanoid robot can almost run as fast as a human sprinter Two New Jersey men jailed for helping North Korean IT workers infiltrate 100+ companies A $7,000 DIY radar project is taking on hardware that usually costs over $100,000 Metro 2039 is going darker than ever, launching this winter on PC and consoles Gemini arrives on macOS with a dedicated desktop app AI infrastructure boom pushes AMD, Intel and Arm to new valuation heights New self-healing material can repair itself over 1,000 times, extend the lifespan of cars and aircraft Japan's bullet train to debut high-tech private cabins, for an added fee Memory card and flash drive pricing surges 120%, with some models spiking 260% Open-source tool decrypts all private data collected by Windows Recall on Copilot PCs The 2026 PC and Console Gaming Report shows most revenue now comes from games outside the Top 20 PureMac is a new open-source macOS cleanup and app removal tool Your Airbnb host might actually be AI Steam might soon display 30-day price history for game deals Intel brings 18A process to budget laptops with new Core Series 3 CPUs
Intel and AMD unveil new x86 standard to make CPUs better...
Skye Jacobs · 2026-06-22 · via TechSpot

Serving tech enthusiasts for over 25 years.
TechSpot means tech analysis and advice you can trust.

First look: The AI hardware discussion has centered on GPUs for so long that CPUs can feel like an afterthought. Intel and AMD are now trying to tilt that balance back, at least a bit, with a new CPU-focused specification. The effort signals that both companies still see room for CPUs to play a bigger role in certain kinds of machine learning workloads.

The specification, called Advanced Compute Extensions, or ACE, lays out a way to handle AI operations more efficiently on x86 processors. It is not aimed at replacing GPUs in large-scale training environments. Instead, the focus is on smaller models, latency-sensitive tasks, and systems where a GPU is either unavailable or not worth the overhead.

That last point matters more than it might seem. Moving data back and forth between a CPU and GPU is not free. For some workloads, especially those that need quick responses or run on limited hardware, that back-and-forth can become a bottleneck. Keeping the work on the CPU avoids that entirely.

At a technical level, ACE is built around matrix multiplication, which sits at the heart of most AI operations. CPUs have always been able to handle this kind of math, but not particularly efficiently. The industry has leaned on AVX instructions to bridge that gap, even though those instructions were never designed with matrix-heavy workloads in mind.

ACE takes a different approach. It keeps the existing AVX10 register structure but adds dedicated hardware for matrix operations. That decision avoids forcing developers into entirely new data formats or programming models. The extensions still use 512-bit inputs, which helps them fit into existing software and hardware workflows with minimal changes.

The performance gains show up most clearly at the instruction level. For a given set of input vectors, ACE can carry out far more operations than AVX10 – up to sixteen times as many. That does not mean applications will suddenly run sixteen times faster, since real-world performance depends on a range of factors. But it does point to a more efficient use of instructions, which can translate into lower power use and less strain on memory bandwidth.

Power efficiency is one of the more practical benefits here. GPUs are powerful, but they are also energy-intensive, and again, they require data movement that adds overhead. By comparison, a CPU handling these operations directly can be more economical, particularly for edge use cases or single-user applications.

Another piece of the ACE design is consistency. The specification is meant to be implementation-agnostic, which should make life easier for developers working with frameworks like PyTorch and TensorFlow. Rather than juggling different code paths for varying AVX support, developers can aim at a single, consistent target.

The extensions also support a wide range of data types used in machine learning, including INT8, INT32, FP8, FP16, FP32, and BF16. In addition, ACE includes native support for Open Compute Project MX block-scaled formats, which are not part of AVX10. That flexibility reflects how varied model requirements have become, particularly on the inference side.

There is also a more subtle advantage when it comes to heterogeneous computing. NPUs are becoming more common, but they are far from standardized. Moving a workload onto an NPU can introduce its own complications depending on the hardware. ACE offers a way to keep certain tasks on the CPU when speed and simplicity matter more than absolute efficiency.

None of this changes the role of GPUs in large-scale AI training. Those kinds of systems still depend heavily on specialized accelerators today. What ACE does suggest is that CPUs are not done evolving in this space. With the right architectural changes, they can handle a broader slice of AI workloads than they have in the past, and in some cases, do it more cleanly.