Intel updated their AVX10 whitepaper and associated open-source compiler patches around this next Advanced Vector Extensions standard... While AVX10 had intended to allow either 256-bit or 512-bit modes depending upon processor capabilities, Intel has dropped the 256-bit-only approach and going for 512-bit everywhere. Thus it would seem to indicate that Intel E cores of the future will properly support AVX 512-bit operation!..
Patches queued up this month into net-next ahead of the upcoming Linux 6.15 kernel merge window add support for the Airoha NPU... Not to be confused with the Neural Processing Unit (NPU) that is all the rage these days for helping with AI, the Airoha NPU is a Network Processor Unit...
Tvrtko Ursulin of Igalia has been working on some optimizations to the DRM synchronization object "drm_syncobj" code for slightly more efficient use on the CPU side...
In addition to NVIDIA's GTC conference going on right now, they also released today an updated R570 Linux driver build...
O víkendu 15. a 16. března se v Praze konala tradiční komunitní konference InstallFest. Letos se mluvilo o skriptování s pomocí coreutils, zabezpečení linuxového serveru, zabíjení her a dalších tématech.
Pravidelná sonda do světa software. Podíváme se na nástroj pro převod obrazů disku do FFU formátu, budeme skenovat dokumenty a nakonec vyzkoušíme fiktivní SMTP server pro vývoj a testování.
Following Hector Martin stepping down from the Asahi Linux project that he founded for bringing Linux to Apple Silicon hardware, Asahi Lina announced today that she is pausing work on all of the Apple GPU driver development she had been pursuing for Asahi Linux with the open-source DRM kernel driver as well as Mesa contributions...
Ubuntu developers decided a few months back to switch from IRC to Matrix for real-time communication needs. The newest fundamental shift being discussed by Ubuntu developers is shifting from mailing list discussions to Ubuntu Discourse for mailing list like written communications...
BLAKE3 as the cryptographic hashing function that is much faster than the likes of SHA-1/SHA-1 while being more secure than SHA-1 and MD5 is out with a new feature update. BLAKE3 v1.7 is now available for the official C and Rust code as the reference implementations to this cryptographic hash function...
The full PCI Express 7.0 specification remains on track for publishing later this year while out today is version 0.9 of the specification as the planned final draft...
Blender 4.4 is out today as the newest version of this incredible, open-source 3D modeling software...
Along with the GraalVM 24 update today, Oracle has formally released OpenJDK Java 24. JDK 24 is now out under general availability status with many new features and changes...
The beta of Fedora Linux 42 is out this morning with countless improvements over the prior release. There is the near-final GNOME 48 desktop packages and a whole host of other software updates for living on the leading-edge of open-source software as well as boasting a number of new innovations that were made by Red Hat engineers...
Tím vývojárov linuxovej distribúcie Debian oznámil vydanie ďalšej z pravidelných aktualizácií inštalačných obrazov Debianu 12 Bookworm. Opravené boli desiatky chýb a bezpečnostných zraniteľností.
Hopefully leading to more timely updates to the Zstd compression code within the Linux kernel is a decision to add on a co-maintainer of the in-kernel Zstandard code...
Ahead of the OpenJDK Java 24 release expected in the coming hours today, Oracle already released "GraalVM for JDK 24 Community 24.0" edition...
If you happen to have a rare ARM64 platform with Simultaneous Multi-Threading (SMT) support, with the upcoming Linux 6.15 kernel there is set to finally be run-time SMT controls similar to the functionality long available on x86/x86_64 processors...
Theora is Xiph.Org's first released video codec designed for use with Ogg. Theora started out based on the VP3 codec. It's been over 16 years since the release of the libtheora 1.0 reference software implementation and tagged this week was libtheora 1.2 beta...
The ollama open-source software that makes it easy to run Llama 3, DeepSeek-R1, Gemma 3, and other large language models is out with its newest release. The ollama software makes it easy to leverage the llama.cpp back-end for running a variety of LLMs and enjoying convenient integration with other desktop software...
Dnešní díl série o cestě k vlastnímu procesoru věnujeme návrhu ISA, tedy tomu, jak bude CPU vypadat z pohledu programátora v assembleru, kolik bude mít registrů, a jak budou vypadat instrukce.