# kernels

Published articles for kernels.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## OpenVDB Introduces SIMD Framework With Some 2~4x Performance Improvements

DevFeed: [OpenVDB Introduces SIMD Framework With Some 2~4x Performance Improvements](<https://devfeed.tech/articles/openvdb-introduces-simd-framework-with-some-2-4x-performance-improvements-31411.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/OpenVDB-SIMD--Framework>)

Author: Michael Larabel

Published: 2026-09-16T10:05:23Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [x86](<https://devfeed.tech/topics/x86.md>), [releases](<https://devfeed.tech/topics/releases.md>), [cudnn](<https://devfeed.tech/topics/cudnn.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [avx](<https://devfeed.tech/tags/avx.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [data](<https://devfeed.tech/tags/data.md>), [data-structure](<https://devfeed.tech/tags/data-structure.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [github](<https://devfeed.tech/tags/github.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [performance](<https://devfeed.tech/tags/performance.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [release](<https://devfeed.tech/tags/release.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

OpenVDB 13.1 introduces a SIMD framework using Agner Fog's VectorClass Library for explicit x86 vectorization up to AVX-512. Adapted point transfer algorithms reportedly achieve 2x to 4x performance improvements on modern AVX-512 x86_64 CPUs. The release also includes NanoVDB CUDA resource-management and kernel improvements, plus updates to vdb_tool.

### Source excerpt

OpenVDB is the sparse volume data structure and tooling library maintained by the Academy Software Foundation. OpenVDB in turn is used by various CGI software for dealing with sparse volumetric data such as Houdini, RenderMan, and Cinema 4D to the open-source Blender. It's even won an Academy Award for technical achievement while now in 2026 it's finally establishing a SIMD framework for better leveraging modern x86 ISA capabilities...

## \[$\] Adding BPF to blk-iocost

DevFeed: [\[$\] Adding BPF to blk-iocost](<https://devfeed.tech/articles/adding-bpf-to-blk-iocost-26937.md>)

Original publisher: [Read original article](<https://lwn.net/Articles/1093661/>)

Author: corbet

Published: 2026-09-15T14:37:30Z

Content type: article

Language: en

Sources: [LWN.net](<https://devfeed.tech/sources/lwn-net.md>)

Topics: [Kernel](<https://devfeed.tech/topics/kernel.md>), [IO](<https://devfeed.tech/topics/io.md>), [ordering](<https://devfeed.tech/topics/ordering.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>)

Tags: [kernels](<https://devfeed.tech/tags/kernels.md>), [loading](<https://devfeed.tech/tags/loading.md>), [ordering](<https://devfeed.tech/tags/ordering.md>), [performance](<https://devfeed.tech/tags/performance.md>)

### AI overview

This article discusses a patch series that would make the Linux blk-iocost I/O controller more flexible by allowing a BPF program to make cost decisions. It places the change in the context of block I/O scheduling for modern solid-state drives, where fairness and high throughput are important.

### Source excerpt

The scheduling of block I/O requests has long been a challenge for operating-system kernels. For many years, the performance characteristics of rotating drives meant that putting considerable resources into request ordering was worthwhile. In a world with fast, solid-state drives, scheduling is more concerned with enforcing fairness between competing users while being fast enough to keep up with drives that can perform millions of I/O operations per second. The blk-iocost I/O controller was designed for the solid-state world and generally performs well, but there is always a desire to do better. This patch series from Tao Cui aims to make blk-iocost more flexible by enabling the loading of a BPF program to make cost decisions.

## More than 9,000 patches total in the seven stable kernels for Monday

DevFeed: [More than 9,000 patches total in the seven stable kernels for Monday](<https://devfeed.tech/articles/more-than-9-000-patches-total-in-the-seven-stable-kernels-for-monday-17389.md>)

Original publisher: [Read original article](<https://lwn.net/Articles/1093985/>)

Author: jzb

Published: 2026-09-14T13:00:07Z

Content type: news

Language: en

Sources: [LWN.net](<https://devfeed.tech/sources/lwn-net.md>)

Topics: [kernels](<https://devfeed.tech/topics/kernels.md>)

Tags: [kernels](<https://devfeed.tech/tags/kernels.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Seven stable Linux kernels have received updates totaling more than 9,000 patches, including over 1,800 patches in version 7.2.6. Users are advised to upgrade.

### Source excerpt

Greg Kroah-Hartman has announced the 7.2.6, 6.18.52, 6.12.110, 6.6.157, 6.1.188, 5.15.221, 5.10.270 stable kernels. According to Kroah-Hartman, this batch may set a record for the number of patches with more than 9,000 in total between them. There are more than 1,800 patches in 7.2.6 alone. Users of these kernels are, of course, advised to upgrade.

## BFS File-System Being Removed For Linux 7.4

DevFeed: [BFS File-System Being Removed For Linux 7.4](<https://devfeed.tech/articles/bfs-file-system-being-removed-for-linux-7-4-12397.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/BFS-Filesystem-To-Be-Removed>)

Author: Michael Larabel

Published: 2026-09-13T11:03:26Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [kernels](<https://devfeed.tech/topics/kernels.md>), [Unix](<https://devfeed.tech/topics/unix.md>), [boot](<https://devfeed.tech/topics/boot.md>)

Tags: [boot](<https://devfeed.tech/tags/boot.md>), [bootloader](<https://devfeed.tech/tags/bootloader.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [filesystem](<https://devfeed.tech/tags/filesystem.md>), [filesystems](<https://devfeed.tech/tags/filesystems.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [os](<https://devfeed.tech/tags/os.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [systems](<https://devfeed.tech/tags/systems.md>), [technical](<https://devfeed.tech/tags/technical.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>)

### AI overview

BFS, the obsolete UnixWare boot-partition filesystem, is slated for removal from the Linux kernel in version 7.4. The article cites its extremely limited functionality, lack of likely users, and broader efforts to reduce maintenance burdens from rarely used filesystems.

### Source excerpt

The latest upstream file-system to be removed from the mainline Linux kernel is... BFS...

## Two stable kernel updates for Friday

DevFeed: [Two stable kernel updates for Friday](<https://devfeed.tech/articles/two-stable-kernel-updates-for-friday-8504.md>)

Original publisher: [Read original article](<https://lwn.net/Articles/1093766/>)

Author: jzb

Published: 2026-09-11T13:27:35Z

Content type: news

Language: en

Sources: [LWN.net](<https://devfeed.tech/sources/lwn-net.md>)

Topics: [kernels](<https://devfeed.tech/topics/kernels.md>)

Tags: [kernel](<https://devfeed.tech/tags/kernel.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [release](<https://devfeed.tech/tags/release.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Greg Kroah-Hartman announced stable kernel updates 7.2.5 and 6.18.51, each containing more than 550 patches with fixes throughout the tree. Users are advised to upgrade.

### Source excerpt

Greg Kroah-Hartman has announced the release of the 7.2.5 and 6.18.51 stable kernels. There are more than 550 patches in each with fixes throughout the tree; users are advised to upgrade.

## Mold High Speed Linker Being Rewritten In Rust, Hopes To Be The Default Linker On Linux

DevFeed: [Mold High Speed Linker Being Rewritten In Rust, Hopes To Be The Default Linker On Linux](<https://devfeed.tech/articles/mold-high-speed-linker-being-rewritten-in-rust-hopes-to-be-the-default-linker-on-linux-12420.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/Mold-Linker-In-Rust-Coming>)

Author: Michael Larabel

Published: 2026-09-11T13:21:42Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Rust](<https://devfeed.tech/topics/rust.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>)

Tags: [compatibility](<https://devfeed.tech/tags/compatibility.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [firmware](<https://devfeed.tech/tags/firmware.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [performance](<https://devfeed.tech/tags/performance.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [rust](<https://devfeed.tech/tags/rust.md>), [speed](<https://devfeed.tech/tags/speed.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>)

### AI overview

The Mold high-speed linker is being rewritten from C++ in Rust for Mold 3.0. Its goals include preserving Mold 2.x performance, improving safety, supporting missing linker-script features, and potentially adding incremental linking.

### Source excerpt

The Mold high performance linker that typically outperforms the likes of LLVM lld, GNU LD, Wild, and others is being rewritten in the Rust programming language and also has an ambitious goal of being adopted as the default linker on Linux systems...

## High-Throughput Structure Prediction with BioNeMo Inference Runtime

DevFeed: [High-Throughput Structure Prediction with BioNeMo Inference Runtime](<https://devfeed.tech/articles/high-throughput-structure-prediction-with-bionemo-inference-runtime-6836.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/high-throughput-structure-prediction-with-bionemo-inference-runtime/>)

Author: Elizabeth Goodman

Published: 2026-09-10T15:00:00Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [bionemo](<https://devfeed.tech/tags/bionemo.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-graphs](<https://devfeed.tech/tags/cuda-graphs.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [healthcare-life-sciences](<https://devfeed.tech/tags/healthcare-life-sciences.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hpc-scientific-computing](<https://devfeed.tech/tags/hpc-scientific-computing.md>), [inference](<https://devfeed.tech/tags/inference.md>), [integration](<https://devfeed.tech/tags/integration.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [node](<https://devfeed.tech/tags/node.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [tokenization](<https://devfeed.tech/tags/tokenization.md>), [torch](<https://devfeed.tech/tags/torch.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A tutorial on using NVIDIA BioNeMo Inference Runtime to accelerate biomolecular structure-prediction models on GPUs. It covers the end-to-end Boltz2 workflow, PyTorch integration, input requirements, and Ray-based single-node throughput scaling.

### Source excerpt

Biomolecular structure prediction is now often run at proteome scale, where the goal is to move an entire worklist through the pipeline efficiently. NVIDIA...

## Introducing CUDA Rust: Two Tracks for Writing GPU Kernels

DevFeed: [Introducing CUDA Rust: Two Tracks for Writing GPU Kernels](<https://devfeed.tech/articles/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels-6871.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/introducing-cuda-rust-two-tracks-for-writing-gpu-kernels/>)

Author: Elizabeth Goodman

Published: 2026-09-08T12:00:00Z

Content type: article

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Code generation](<https://devfeed.tech/topics/code-generation.md>), [toolchain](<https://devfeed.tech/topics/toolchain.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-tile](<https://devfeed.tech/tags/cuda-tile.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [developer-tools-techniques](<https://devfeed.tech/tags/developer-tools-techniques.md>), [dynamo](<https://devfeed.tech/tags/dynamo.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [nemo-retriever](<https://devfeed.tech/tags/nemo-retriever.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [programming-languages-compilers](<https://devfeed.tech/tags/programming-languages-compilers.md>), [rust](<https://devfeed.tech/tags/rust.md>), [toolchains](<https://devfeed.tech/tags/toolchains.md>)

### AI overview

NVIDIA introduces CUDA Rust for writing GPU kernels natively in Rust and compiling them to PTX. The article explains the SIMT and Tile programming tracks, recommends Tile as the default, and describes cuda-oxide's Rust-based code-generation path.

### Source excerpt

In September 2026, NVIDIA announced it is leaning into native GPU programming in Rust. CUDA C++ and CUDA Python are mature, enterprise-grade toolchains, and...

## Introducing @huggingface/kernels: 200+ WebGPU Kernels for Local AI

DevFeed: [Introducing @huggingface/kernels: 200+ WebGPU Kernels for Local AI](<https://devfeed.tech/articles/introducing-huggingface-kernels-200-webgpu-kernels-for-local-ai-7566.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/webgpu-kernels>)

Author: Nico Martin; Joshua

Published: 2026-09-01T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [webgpu](<https://devfeed.tech/topics/webgpu.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hub](<https://devfeed.tech/tags/hub.md>), [inference](<https://devfeed.tech/tags/inference.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [shaders](<https://devfeed.tech/tags/shaders.md>), [testing](<https://devfeed.tech/tags/testing.md>), [webgpu](<https://devfeed.tech/tags/webgpu.md>)

### AI overview

Hugging Face releases @huggingface/kernels, a JavaScript library and collection of 207 versioned WebGPU kernel packages for browser-based local AI. It also introduces Fleet, a browser benchmarking and testing suite that gathers opted-in performance and correctness evidence across hardware.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## AWS Trainium Frontier competition: Co-design models and kernels on purpose-built AI chips

DevFeed: [AWS Trainium Frontier competition: Co-design models and kernels on purpose-built AI chips](<https://devfeed.tech/articles/aws-trainium-frontier-competition-co-design-models-and-kernels-on-purpose-built-ai-chips-7612.md>)

Original publisher: [Read original article](<https://www.amazon.science/news/aws-trainium-frontier-competition-co-design-models-and-kernels-on-purpose-built-ai-chips>)

Author: Louise Ping; John Gray; Emily Webber; Josh Longenecker

Published: 2026-08-10T20:23:04Z

Content type: article

Language: en

Sources: [Amazon Science homepage](<https://devfeed.tech/sources/amazon-science-homepage.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [aws-trainium](<https://devfeed.tech/tags/aws-trainium.md>), [chip-design](<https://devfeed.tech/tags/chip-design.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model-architecture](<https://devfeed.tech/tags/model-architecture.md>), [neurips](<https://devfeed.tech/tags/neurips.md>), [performance](<https://devfeed.tech/tags/performance.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

AWS Trainium Frontier is a competition for training language models from scratch on Trainium while co-designing architectures, optimizers, training loops, and optional custom kernels under fixed compute and time budgets.

### Source excerpt

A competition with a finalist ceremony during NeurIPS 2026, challenging researchers to train language models from scratch on Trainium, exploring what optimal architectures look like when the hardware changes.

## GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model

DevFeed: [GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model](<https://devfeed.tech/articles/gem-training-how-meta-doubled-the-efficiency-of-its-llm-scale-ads-foundation-model-127.md>)

Original publisher: [Read original article](<https://engineering.fb.com/2026/08/03/ml-applications/training-gem-at-llm-scale-meta-ads-recommendation-foundation-model/>)

Author: Darren Liu; Huayu Li; Raghav Boinepalli; Yuzhen Huang; Jackie (Jiaqi) Xu; Richard Qiu; Chunzhi Yang; Rich Zhu; Dev (Devashish) Shankar; Huaqing Xiong

Published: 2026-08-03T18:00:17Z

Content type: article

Language: en

Sources: [Engineering at Meta](<https://devfeed.tech/sources/engineering-at-meta.md>), [Meta AI Research](<https://devfeed.tech/sources/meta-ai-research.md>), [Meta ML Applications](<https://devfeed.tech/sources/meta-ml-applications.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [ads](<https://devfeed.tech/tags/ads.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [ai-research](<https://devfeed.tech/tags/ai-research.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [llm](<https://devfeed.tech/tags/llm.md>), [meta](<https://devfeed.tech/tags/meta.md>), [ml-applications](<https://devfeed.tech/tags/ml-applications.md>), [networking](<https://devfeed.tech/tags/networking.md>), [recommendation-systems](<https://devfeed.tech/tags/recommendation-systems.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

Meta describes training its GEM ads recommendation foundation model at LLM scale. The article covers recommendation-specific kernels, ultra-low-precision training, and topology-aware parallelism that doubled end-to-end training efficiency to 20-25% MFU while increasing training FLOPs fourfold.

### Source excerpt

Meta's Generative Ads Recommendation Model (GEM), the foundation model behind ads recommendations across Instagram and Facebook, now trains at LLM scale on several thousand of the latest-generation GPUs. This post goes into the details on how we achieved: doubling end-to-end (E2E) training efficiency to 20-25% Model FLOPs Utilization (MFU) while scaling training FLOPs 4x in [...] Read More... The post GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model appeared first on Engineering at Meta.

## Bringing Nunchaku 4-bit Diffusion Inference to Diffusers

DevFeed: [Bringing Nunchaku 4-bit Diffusion Inference to Diffusers](<https://devfeed.tech/articles/bringing-nunchaku-4-bit-diffusion-inference-to-diffusers-7368.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/nunchaku-diffusers>)

Author: Pham Hong Vinh; Sayak Paul

Published: 2026-07-23T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [diffusers](<https://devfeed.tech/topics/diffusers.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [diffusion-transformers](<https://devfeed.tech/topics/diffusion-transformers.md>), [NVFP4](<https://devfeed.tech/topics/nvfp4.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [NCCL](<https://devfeed.tech/topics/nccl.md>)

Tags: [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [diffusion-transformers](<https://devfeed.tech/tags/diffusion-transformers.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [memory](<https://devfeed.tech/tags/memory.md>), [nvfp4](<https://devfeed.tech/tags/nvfp4.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

This article explains how Nunchaku brings 4-bit diffusion inference to Hugging Face Diffusers. It describes SVDQuant's W4A4 approach, integration of pre-quantized checkpoints without local CUDA compilation, and hardware requirements for NVFP4 and INT4 variants.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## 🤗 Kernels: Major Updates

DevFeed: [🤗 Kernels: Major Updates](<https://devfeed.tech/articles/kernels-major-updates-7458.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/revamped-kernels>)

Author: Sayak Paul; Daniël de Kok; David Holtz

Published: 2026-07-06T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [kernels](<https://devfeed.tech/topics/kernels.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Nix](<https://devfeed.tech/topics/nix.md>), [Git](<https://devfeed.tech/topics/git.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [git](<https://devfeed.tech/tags/git.md>), [hub](<https://devfeed.tech/tags/hub.md>), [kernel-builder](<https://devfeed.tech/tags/kernel-builder.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [security](<https://devfeed.tech/tags/security.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Hugging Face's Kernels project introduces a first-class "kernel" repository type on the Hub, allowing users to inspect supported accelerators, operating systems, and backend versions. The update also adds trusted publishers, code signing, reproducible Nix-based builds, and embedded Git source identifiers to improve security and provenance.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Accelerating Transformers Fine-Tuning with NVIDIA NeMo AutoModel

DevFeed: [Accelerating Transformers Fine-Tuning with NVIDIA NeMo AutoModel](<https://devfeed.tech/articles/accelerating-transformers-fine-tuning-with-nvidia-nemo-automodel-7374.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/nvidia/accelerating-fine-tuning-nvidia-nemo-automodel>)

Author: Adil Asif; Alexandros Koumparoulis; Wenwen Gao; Sylendran Arunagiri; David Messina; Bernard Nguyen

Published: 2026-06-24T16:00:13Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [NeMo](<https://devfeed.tech/topics/nemo.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [distributed-training](<https://devfeed.tech/topics/distributed-training.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [sglang](<https://devfeed.tech/topics/sglang.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [building](<https://devfeed.tech/tags/building.md>), [compute](<https://devfeed.tech/tags/compute.md>), [distributed-training](<https://devfeed.tech/tags/distributed-training.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [framework](<https://devfeed.tech/tags/framework.md>), [generative](<https://devfeed.tech/tags/generative.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [memory](<https://devfeed.tech/tags/memory.md>), [model](<https://devfeed.tech/tags/model.md>), [moe](<https://devfeed.tech/tags/moe.md>), [nemo](<https://devfeed.tech/tags/nemo.md>), [nemotron](<https://devfeed.tech/tags/nemotron.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [open](<https://devfeed.tech/tags/open.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

This article explains how NVIDIA NeMo AutoModel accelerates fine-tuning of mixture-of-experts models by extending Transformers v5 with Expert Parallelism, DeepEP fused all-to-all dispatch, and TransformerEngine kernels. It describes API compatibility, distributed execution, dynamic weight loading, and reported gains of 3.4-3.7x higher training throughput and 29-32% lower GPU memory use.

### Source excerpt

NVIDIA NeMo AutoModel is an open library part of the NVIDIA NeMo framework for building custom generative AI models at scale. NeMo AutoModel builds cleanly on top of v5, adding Expert Parallelism, DeepEP fused all-to-all dispatch, and TransformerEngine kernels, and it leans on v5's dynamic weight loading to bring those optimizations to a broad and growing set of model families.

## Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP

DevFeed: [Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP](<https://devfeed.tech/articles/profiling-in-pytorch-part-2-from-nn-linear-to-a-fused-mlp-7522.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/torch-mlp-fusion>)

Author: Aritra Roy Gosthipaty; Rémi Ouazan Reboul; Sergio Paniego; Pedro Cuenca; Sayak Paul

Published: 2026-06-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [jobs](<https://devfeed.tech/topics/jobs.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [liger](<https://devfeed.tech/tags/liger.md>), [mlp](<https://devfeed.tech/tags/mlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [profile](<https://devfeed.tech/tags/profile.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [torch](<https://devfeed.tech/tags/torch.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

A PyTorch profiling tutorial that moves from nn.Linear to a fused multilayer perceptron, explaining GPU kernels, CPU launch overhead, and tensor-transpose behavior in profiler traces.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Profiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler

DevFeed: [Profiling in PyTorch (Part 1): A Beginner's Guide to torch.profiler](<https://devfeed.tech/articles/profiling-in-pytorch-part-1-a-beginner-s-guide-to-torch-profiler-7523.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/torch-profiler>)

Author: Aritra Roy Gosthipaty; Sayak Paul; Sergio Paniego; Rémi Ouazan Reboul; Pedro Cuenca

Published: 2026-05-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [jobs](<https://devfeed.tech/topics/jobs.md>)

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [llm](<https://devfeed.tech/tags/llm.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [profile](<https://devfeed.tech/tags/profile.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [torch](<https://devfeed.tech/tags/torch.md>), [traces](<https://devfeed.tech/tags/traces.md>), [training](<https://devfeed.tech/tags/training.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

A beginner-focused tutorial on using torch.profiler to inspect PyTorch execution, interpret CPU and GPU traces, and connect Python operations to CUDA kernels.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## From Exploit Code to Production Detection: Building a CVE-2026-31431 (Copy Fail) detection with Agents

DevFeed: [From Exploit Code to Production Detection: Building a CVE-2026-31431 (Copy Fail) detection with Agents](<https://devfeed.tech/articles/from-exploit-code-to-production-detection-building-a-cve-2026-31431-copy-fail-detection-with-agents-8284.md>)

Original publisher: [Read original article](<https://securitylabs.datadoghq.com/articles/cve-2026-31431-copy-fail-exploit-detection-with-agents/>)

Author: Ryan Simon

Published: 2026-05-28T00:00:00Z

Content type: article

Language: en

Sources: [Datadog Security Labs](<https://devfeed.tech/sources/datadog-security-labs.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Detection engineering](<https://devfeed.tech/topics/detection-engineering.md>), [kernels](<https://devfeed.tech/topics/kernels.md>), [Security](<https://devfeed.tech/topics/security.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [linux](<https://devfeed.tech/tags/linux.md>), [operations](<https://devfeed.tech/tags/operations.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

CVE-2026-31431, known as Copy Fail, allows an unprivileged local user to corrupt Linux page caches through AF_ALG sockets and escalate privileges to execute code as root. The article explains the exploit's kernel mechanisms and describes how Datadog Security Research used coding agents to develop and ship a detection in a single session.

### Source excerpt

CVE-2026-31431 (Copy Fail) lets any unprivileged user corrupt the Linux page cache via AF_ALG sockets to escalate privileges. This post covers the exploit mechanics and how Datadog Security Research used coding agents to ship a detection content pack in a single session.

## Kubernetes v1.36: Tiered Memory Protection with Memory QoS

DevFeed: [Kubernetes v1.36: Tiered Memory Protection with Memory QoS](<https://devfeed.tech/articles/kubernetes-v1-36-tiered-memory-protection-with-memory-qos-4542.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/04/29/kubernetes-v1-36-memory-qos-tiered-protection/>)

Author: Qi Wang; Sohan Kunkerkar

Published: 2026-04-29T18:35:00Z

Content type: news

Language: en

Sources: [Kubernetes Blog](<https://devfeed.tech/sources/kubernetes-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [observability](<https://devfeed.tech/topics/observability.md>), [kernels](<https://devfeed.tech/topics/kernels.md>)

Tags: [feature](<https://devfeed.tech/tags/feature.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [memory](<https://devfeed.tech/tags/memory.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

Kubernetes v1.36 updates the alpha Memory QoS feature with opt-in memory reservation, tiered protection based on Pod QoS class, observability metrics, and a warning for kernels older than 5.9. Guaranteed Pods receive hard protection, Burstable Pods receive reclaimable soft protection, and BestEffort Pods remain fully reclaimable.

### Source excerpt

On behalf of SIG Node, we are pleased to announce updates to the Memory QoS feature (alpha) in Kubernetes v1.36. Memory QoS uses the cgroup v2 memory controller to give the kernel better guidance on how to treat container memory. It was first introduced in v1.22 and updated in v1.27. In Kubernetes v1.36, we're introducing: opt-in memory reservation, tiered protection by QoS class, observability metrics, and kernel-version warning for memory.high. What's new in v1.36Opt-in memory reservation with memoryReservationPolicy v1.36 separates throttling from reservation. Enabling the feature gate turns on memory.high throttling (the kubelet sets memory.high based on memoryThrottlingFactor, default 0.9), but memory reservation is now controlled by a separate kubelet configuration field: None (default): no memory.min or memory.low is written. Throttling via memory.high still works. TieredReservation: the kubelet writes tiered memory protection based on the Pod's QoS class: Guaranteed Pods get hard protection via memory.min. For example, a Guaranteed Pod requesting 512 MiB of memory results in: $ cat /sys/fs/cgroup/kubepods.slice/kubepods-pod6a4f2e3b_1c9d_4a5e_8f7b_2d3e4f5a6b7c.slice/memory.min 536870912 The kernel will not reclaim this memory under any circumstances. If it cannot honor the guarantee, it invokes the OOM killer on other processes to free pages. Burstable Pods get soft protection via memory.low. For the same 512 MiB request on a Burstable Pod: $ cat /sys/fs/cgroup/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8b3c7d2e_4f5a_6b7c_9d1e_3f4a5b6c7d8e.slice/memory.low 536870912 The kernel avoids reclaiming this memory under normal pressure, but may reclaim it if the alternative is a system-wide OOM. BestEffort Pods get neither memory.min nor memory.low. Their memory remains fully reclaimable. Comparison with v1.27 behavior In earlier versions, enabling the MemoryQoS feature gate immediately set memory.min for every container with a memory request. memo

## Custom Kernels for All from Codex and Claude

DevFeed: [Custom Kernels for All from Codex and Claude](<https://devfeed.tech/articles/custom-kernels-for-all-from-codex-and-claude-7153.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/custom-cuda-kernels-agent-skills>)

Author: ben burtenshaw; Sayak Paul; Aritra Roy Gosthipaty; shaun smith

Published: 2026-02-13T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [diffusers](<https://devfeed.tech/topics/diffusers.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [kernel-builder](<https://devfeed.tech/topics/kernel-builder.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [community](<https://devfeed.tech/tags/community.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [memory](<https://devfeed.tech/tags/memory.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

The article describes an agent skill that teaches coding agents to write production CUDA kernels. Claude and Codex were used to create working kernels for a diffusers pipeline and a transformers model, including PyTorch bindings and benchmarks. The skill packages GPU architecture, memory optimization, project structure, and integration expertise for on-demand use.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Redesigning my microkernel from the ground up

DevFeed: [Redesigning my microkernel from the ground up](<https://devfeed.tech/articles/redesigning-my-microkernel-from-the-ground-up-20797.md>)

Original publisher: [Read original article](<https://drewdevault.com/blog/Hermes-from-the-ground-up/>)

Author: January

Published: 2026-01-12T00:00:00Z

Content type: opinion

Language: en

Sources: [Drew DeVault](<https://devfeed.tech/sources/drew-devault.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [kernels](<https://devfeed.tech/topics/kernels.md>), [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>), [Unix](<https://devfeed.tech/topics/unix.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [development](<https://devfeed.tech/tags/development.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [operating-systems](<https://devfeed.tech/tags/operating-systems.md>), [os](<https://devfeed.tech/tags/os.md>), [scheduler](<https://devfeed.tech/tags/scheduler.md>), [systems](<https://devfeed.tech/tags/systems.md>), [unix](<https://devfeed.tech/tags/unix.md>)

### AI overview

The author explains why the Helios microkernel project was abandoned after design and implementation problems, and describes starting Hermes from scratch while reusing selected code from Helios and Bunnix. Hermes is not yet feature-complete, but the author says it has a more robust design and supports symmetric multiprocessing.

### Source excerpt

As you may recall, circa 2022-2023 I was working on a microkernel written in Hare named Helios. Helios was largely inspired by and modelled after the design of seL4 and was my first major foray into modern OS development that was serious enough to get to a somewhat useful state of functionality, with drives for some real hardware, filesystems, and an environment for running user programs of a reasonable level of sophistication. Helios development went strong for a while but eventually it slowed and eventually halted in a state of design hell. Since Helios was my first major OS project at this scale and with this much ambition, the design and implementation ended up with a lot of poor assumptions that made it a pretty weak foundation for building a complete OS upon. In late 2023 I more or less gave up on it and moved my OS development work out of the realm of writing code and back into the realm of thinking really hard about how to design operating systems. What followed was a couple of years of design thinking, developing small scale design experiments, and doing deeper research into prior art - reading papers and studying existing kernels. It was also during this period that I wrote Bunnix, a working Unix clone, motivated in part by a desire to gain some first-hand experience working in the design and implementation of Unix-style operating systems - a fertile environment for learning a lot of the nuts and bolts of OS implementations by working against a complete and proven design. In August I was finally prepared to have another go. I decided to start over from scratch, importing and adapting and rewriting code from Helios and Bunnix on an as-needed basis to speed things up, and writing from scratch anything where the lessons learned in hindsight outweighed the benefits of adapting existing code.1 The result is Hermes. Hermes has not yet reached feature parity with Helios, lacking some IPC features and an aarch64 port, but already it's significantly more robust and

## Easily Build and Share ROCm Kernels with Hugging Face

DevFeed: [Easily Build and Share ROCm Kernels with Hugging Face](<https://devfeed.tech/articles/easily-build-and-share-rocm-kernels-with-hugging-face-7133.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/build-rocm-kernels>)

Author: Abdennacer Badaoui; Daniel Huang; colorswind; Zesen Liu

Published: 2025-11-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [kernels](<https://devfeed.tech/topics/kernels.md>), [rocm](<https://devfeed.tech/topics/rocm.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [Deep learning](<https://devfeed.tech/topics/deep-learning.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [CUDA](<https://devfeed.tech/topics/cuda.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [architectures](<https://devfeed.tech/tags/architectures.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [build](<https://devfeed.tech/tags/build.md>), [building](<https://devfeed.tech/tags/building.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [compute](<https://devfeed.tech/tags/compute.md>), [core](<https://devfeed.tech/tags/core.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [developer](<https://devfeed.tech/tags/developer.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [rocm](<https://devfeed.tech/tags/rocm.md>)

### AI overview

This tutorial explains how to build, test, package, deploy, and share ROCm-compatible GPU kernels with Hugging Face's kernels library and kernel-builder. It focuses on integrating kernels with PyTorch and optimizing them for AMD GPUs, using a high-performance FP8 GEMM kernel for the AMD Instinct MI300X as an example.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## exploits.club Weekly Newsletter 86 - KSMBD 0Clicks, Apple Ends Memory Corruption, Mini-Kernels in Zig, And More

DevFeed: [exploits.club Weekly Newsletter 86 - KSMBD 0Clicks, Apple Ends Memory Corruption, Mini-Kernels in Zig, And More](<https://devfeed.tech/articles/exploits-club-weekly-newsletter-86-ksmbd-0clicks-apple-ends-memory-corruption-mini-kernels-in-zig-and-more-32643.md>)

Original publisher: [Read original article](<https://blog.exploits.club/exploits-club-weekly-newsletter-86-ksmbd-0clicks-apple-ends-memory-corruption-mini-kernels-in-zig-and-more/>)

Author: exploits.club

Published: 2025-09-18T15:00:23Z

Content type: article

Language: en

Sources: [exploits.club](<https://devfeed.tech/sources/exploits-club.md>)

Topics: [Hacking](<https://devfeed.tech/topics/hacking.md>), [Exploit](<https://devfeed.tech/topics/exploit.md>), [Linux Kernel](<https://devfeed.tech/topics/linux-kernel.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [exploits](<https://devfeed.tech/tags/exploits.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [memory](<https://devfeed.tech/tags/memory.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [weekly](<https://devfeed.tech/tags/weekly.md>)

### AI overview

A weekly newsletter covering OrangeCon videos, an open DistrictCon CFP, a Linux kernel ksmbd exploit write-up, DEF CON car-hacking challenges, and Apple's Memory Integrity Enforcement research.

### Source excerpt

Write a weekly newsletter, they said. It will be fun, they said....Annnnnnyway 👇 In Case You Missed It... OrangeCon 2025 Videos Online - Hours of new content...go check it out! DistrictCon CFP Still Open - Get em in by the end of the month! Resources And Write-Ups From This

## From Zero to GPU: A Guide to Building and Scaling Production-Ready CUDA Kernels

DevFeed: [From Zero to GPU: A Guide to Building and Scaling Production-Ready CUDA Kernels](<https://devfeed.tech/articles/from-zero-to-gpu-a-guide-to-building-and-scaling-production-ready-cuda-kernels-7303.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/kernel-builder>)

Author: David Holtz; Daniël de Kok

Published: 2025-08-18T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [CUDA](<https://devfeed.tech/topics/cuda.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [build times](<https://devfeed.tech/topics/build-times.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hub](<https://devfeed.tech/tags/hub.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [kernels-community](<https://devfeed.tech/tags/kernels-community.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>)

### AI overview

A guide to building modern, production-ready CUDA kernels with Hugging Face Kernel Builder. It covers developing a custom RGB-to-grayscale kernel with PyTorch's C++ API, supporting multiple architectures, managing dependencies, and addressing production and deployment challenges.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Debian GNU/Hurd 2025 Released as an Official GNU/Hurd Port Snapshot

DevFeed: [Debian GNU/Hurd 2025 Released as an Official GNU/Hurd Port Snapshot](<https://devfeed.tech/articles/2025-08-10-debian-gnu-hurd-2025-32746.md>)

Original publisher: [Read original article](<http://www.gnu.org/software/hurd/news/2025-08-10-debian_gnu_hurd_2025.html>)

Published: 2025-08-10T00:00:00Z

Content type: release

Language: en

Sources: [GNU Hurd](<https://devfeed.tech/sources/gnu-hurd.md>)

Topics: [Debian](<https://devfeed.tech/topics/debian.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [debian](<https://devfeed.tech/tags/debian.md>), [gnu-hurd](<https://devfeed.tech/tags/gnu-hurd.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [release](<https://devfeed.tech/tags/release.md>), [unix](<https://devfeed.tech/tags/unix.md>)

### AI overview

Debian GNU/Hurd 2025 is an official Debian GNU/Hurd port release based mostly on Debian sid sources from the stable Debian Trixie release in August 2025. It is not an official Debian release. GNU Hurd is described as a collection of servers running on the Mach microkernel to provide services traditionally implemented by a Unix kernel.

### Source excerpt

Debian GNU/Hurd 2025 released! Details. It is with huge pleasure that the Debian GNU/Hurd team announces the release of Debian GNU/Hurd 2025. This is a snapshot of Debian "sid" at the time of the stable Debian "Trixie" release (Auguest 2025), so it is mostly based on the same sources. It is not an official Debian release, but it is an official Debian GNU/Hurd port release. Before posting questions on various webnews, please read [the FAQ][faq] which will answer most if not all of them. For release details, please read the announcement email. The GNU Hurd is the GNU project's replacement for the Unix kernel. It is a collection of servers that run on the Mach microkernel to implement file systems, network protocols, file access control, and other features that are implemented by the Unix kernel or similar kernels (such as Linux). More detailed. GNU Mach is the microkernel upon which a GNU Hurd system is based. It provides an Inter Process Communication (IPC) mechanism that the Hurd uses to define interfaces for implementing in a distributed multi-server fashion the services a traditional operating system kernel provides. More detailed.

[Next page](<https://devfeed.tech/tags/kernels.md?cursor=WyIyMDI1LTA4LTEwVDAwOjAwOjAwKzAwOjAwIiwgIjJmNTJhNmJmLTlkNTktNDEyZC1hYmFiLTkxYzYwNzQ0N2ZjNCJd>)