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

推荐订阅源

V
Visual Studio Blog
Stack Overflow Blog
Stack Overflow Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
Y
Y Combinator Blog
月光博客
月光博客
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
小众软件
小众软件
H
Help Net Security
Last Week in AI
Last Week in AI
B
Blog RSS Feed
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog

Phoronix

KDE Linux Prunes Its Insecure & Unused Software Linux 7.1-rc6 To Support The ASUS ROG RAIKIRI II & Nova 2 Lite Controllers Linux Might Finally Disable The Microsoft RNDIS Protocol Drivers In 2026 Wine-Staging 11.10 Fixes 14 Year Old Bug, Also Fixes Issue Of Some Games Being Too Dark Servo 0.2 Released With Revamped Android Browser UI Zrythm 2.0 Alpha Released For Rewriting The Digital Audio Workstation In C++ & Qt/QML Linux 7.1-rc6 To Hide The Documentation On "clearcpuid" Feature AV2 v1.0 Specification Released For Next-Gen Video Coding Various USB Quirks Merged Ahead Of Linux 7.1-rc6 Rust Coreutils 0.9 Released With Additional Security Hardening, Zero-Copy I/O NixOS 26.05 Released With 20,442 New Packages, Stage 1 Now Based On systemd By Default AMD Submits More Graphics Driver Changes For Linux 7.2 AMD Expands The Range Of Zen 6 CPUs Detected By The Linux Kernel G7 Agrees On Shared Language Around Open-Source AI, Open Weights AI GNOME Circle Takes Stand Against AI Slop, Resources App Makes It Into GNOME Incubator Plasma 6.6, 6.7 & 6.8 See Plenty Of Bug Fixing This Week Genode OS 26.05 Released, Finishes Moving From GitHub To Codeberg SteamOS 3.8.6 Beta Released With Initial Native Support For AMD HDMI VRR Ubuntu 26.10 Snapshot 1 Released For Testing Wine 11.10 Released With VKD3D 2.0, Improved VBScript Compatibility Fwupd 2.1.4 Brings Many Fixes For Bugs Spotted By Anthrophic's Mythos, Firmware Update Support For Intel Arc Pro B65/B70 AMD ROCm 7.2.4 Released With Performance & Stability Fixes CachyOS Delivers Lead Over Arch Linux, Pop!_OS & Ubuntu On System76 Thelio Major Linux Networking Still Seeing "Significantly Bigger" Pull Requests Due To AI Btrfs Change Coming For Linux 7.2 Yields Very Healthy Performance Gain Intel To Support DRM Background Color Property With Linux 7.2 Fedora 45 Considering Use Of PURL Metadata For Uniquely Identifying Software Packages Linux 7.2 To Bring Graphics Driver Fix For Old Integrated Graphics On Intel Sandy Bridge Radeon Software For Linux 26.12 Brings Ubuntu 26.04 Support Intel Sends Out Revised Linux Patches For Directed Package Thermal Interrupts
Intel Compute Runtime Now Advertises Early Support For No...
Written by Michael Larabel in Intel on 16 June 2026 at 11:41 AM · 2026-06-16 · via Phoronix

INTEL

Intel's open-source Compute Runtime stack for OpenCL and oneAPI Level Zero on their graphics processors has been bringing up Nova Lake support since January. With today's release of the Intel Compute Runtime 26.22.38646.4, the Nova Lake Xe3P support has matured to the state of it being advertised now as under an "early support" status.

The Intel Compute Runtime 26.22.38646.4 release today adds Nova Lake to their quality/feature matrix in advertising OpenCL 3.0 and Level Zero 1.15 support. The Compute Runtime support continues to extend back to Tiger Lake integrated graphics or DG1 on the discrete graphics side. The upcoming Crescent Island AI accelerator also continues to be advertised as "early support" with this open-source GPU compute stack.

Intel Compute Runtime with Nova Lake early support

Typically right around product launch time is when Intel moves the quality expectations for a given platform from "early support" to "production" status. But with Nova Lake now marked as "early support" is a likely indicator of good base support now in place for Nova Lake / Xe3P with the Compute Runtime and in turn the Intel Graphics Compiler (IGC) and Xe kernel driver.

For Nova Lake S the OpenCL buffer pool is now enabled, Nova Lake P now has kernels compilation handling, enabling Ultra Low Latency Scheduling (ULLS) for Nova Lake P and Nova Lake S, and other missing Nova Lake bits are now wired up.

There is also other performance work in general like explicitly pre-allocating resources, increasing the amount of pre-allocated heaps, enabling the thread data cache, and more. Other changes include support for reading the max GPU temperature, ECC API support with sysman for Crescent Island, supporting group engine handles for all Xe devices, and different fixes.

There is also one other big change with today's Intel Compute Runtime update and that is introducing LEO: Level Zero Executing OpenCL. Intel LEO is a currently-experimental project within the Compute Runtime that re-implements the entire OpenCL API from scratch atop of their Level Zero interface. Rather than having to maintain two driver stacks with OpenCL and Level Zero, the hope is to eventually just have everything mapped to Level Zero.

Intel Compute Runtime LEO architecture

If this experimental project pays off, it will be possible to maintain just one (Level Zero) driver stack, reduce the maintenance burden for Intel engineers, increase test coverage thanks to the consolidation, and tap more performance gains from Level Zero.

I'll be trying out Intel LEO soon to see how this OpenCL implementation compares to its existing native OpenCL driver and benchmarks. But, again, it's currently experimental and not all OpenCL extensions are yet in place. It will also be interesting to see how Intel LEO compares to Mesa's generic Rusticl driver.

Today's exciting Compute Runtime update can be downloaded from GitHub.