Open Source LLM

LLVM 13.0.1 Compiler Released With Fixes

While LLVM 14 should be released in March , LLVM 13.0.1 is out this week as the first and only planned point release to the LLVM 13 stable series.

LLVM 13.0 released at the start of October with many improvements to this open-source compiler stack. While LLVM 14.0 is fast approaching, for those planning to make use of LLVM 13 for the longer-term there is this LLVM 13.0.1 point release.

LLVM 13

Open Source LLM

LibreOffice 7.3 Released With Better Interoperability For Microsoft Office Files

The Document Foundation has released LibreOffice 7.3 as the newest half-year update to this leading open-source, cross-platform office suite.

LibreOffice 7.3 is introducing support in Writer for hyperlinks attached to shapes, Writer better tracks and indicates changes to text, various performance improvements, Bash-like auto-completion for Calc spreadsheets, a new bullet mode editing feature, and much more. As usual, LibreOffice 7.3 has many import/export improvements to its Microsoft Office DOC, DOCX, XLSX
Continue reading...

Open Source LLM

Ubuntu 22.04 LTS Integrating systemd-oomd For Improving Low Memory Handling

Ubuntu 22.04 LTS is going to be making use of systemd-oomd for aiming to improve the experience when out of memory or under heavy memory pressure on the Linux distribution.

Ubuntu is now the latest Linux distribution shipping with systemd-oomd for improving Linux's behavior when having low RAM availability. Ubuntu is building off of Debian's systemd-oomd integration. The systemd-oomd is triggered prior to the Linux kernel's OOM killer and the Ubuntu package is relying on the default configuration.
Continue reading...

Open Source LLM

Mold 1.0.2 Released For This High Performance Linker

For those interested in compilers, Mold as the "Modern Linker" is one of the interesting projects to watch in 2022.

Mold 1.0 came at the end of 2021 for this project developed by Rui Ueyama who is also known as the original developer of LLVM's LLD linker. Mold 1.0 is considered stable and production ready while delivering very promising results compared to LLVM's LLD or GNU's Gold linkers. Mold has been generating interest among developers and now Mold
Continue reading...

Open Source LLM

Cloud Hypervisor 21.0 Offers More Efficient Local Live Migration: 3s Down To 50ms

Cloud-Hypervisor 21.0 was released this past week as its first feature release since this open-source Intel project moved to the Linux Foundation with backing from Microsoft and Arm. Cloud-Hypervisor 21.0 brings new features and fixes to this Rust-written hypervisor.

The main feature introduced with Cloud-Hypervisor 21.0 is efficient local live migration for handling fast live upgrades of this VMM. This efficient local live migration is optimized to the extent that a live upgrade can now complete in as
Continue reading...

Open Source LLM

BOLT Merged Into LLVM To Optimize Binaries For Faster Performance

Merged into LLVM's mono repository minutes ago was BOLT! This is the Facebook-developed tool for optimizing the layout of binaries in the name of delivering greater performance. Facebook (now Meta) already has been using BOLT internally to great success with production workloads, it's continued advancing in the public as open-source for a while, and is now upstream in LLVM for fostering its future development.

We have been eagerly tracking Facebook's work on BOLT going back to 2018 with their focus
Continue reading...

Open Source LLM

MGLRU Is A Very Enticing Enhancement For Linux In 2022

Going back a number of months Google engineers have been working to address the issue of the Linux kernel's page reclaim code being too expensive for which they devised the multi-generational LRU framework "MGLRU" and it continues being worked on with mainline ambitions.

MGLRU has yielded very promising results from servers down through Chrome OS and Android devices too . MGLRU aims to make better choices than the current kernel page reclaim code and to do so more efficiently. Previous numbers punted by Google engineers were cold start times reduced by up
Continue reading...

Open Source LLM

LLVM Enjoyed Record Growth In 2021, Many Exciting Compiler Advancements

The LLVM compiler stack saw record growth in 2021 both with the most amount of new code introduced in any single year as well as the most contributors per year this open-source project has ever seen. Even aside from the development metrics, LLVM had a pretty rocking 2021.

When running GitStats on the LLVM mono repository on New Year's Even, this open-source compiler/toolchain stack was up to 111,028 files that comprised 23.85
Continue reading...

Open Source LLM

LABWC 0.4 Stacking Wayland Compositor Brings Fullscreen Mode, Drag & Drop

Early in 2021 there was the inaugural release of LABWC as a stacking Wayland compositor that promoted itself as an alternative to Openbox. In kicking off the new year, LABWC 0.4 is now available.

The LABWC Wayland compositor is built off the wlroots library and takes inspiration from Openbox while being focused on simplicity and speed while still having some nice window management features.

The LABWC 0.4 release adds support for a number of additional Wayland protocols including: pointer constraints, relative pointer, viewporter, wlr input
Continue reading...

Open Source LLM

Mold 1.0.1 Released As Newest Version Of This High-Speed Linker

It was just this month that Mold 1.0 premiered as a very promising, high performance linker alternative to GNU's Gold and LLVM's LLD linkers. GCC 12 added support for Mold this week and now for ending out the year Mold 1.0.1 has been released.

Mold 1.0.1 is just a maintenance release but given the young age of the project there are a number of fixes as well as new features squeezed in. Mold 1.0.1 now optionally includes
Continue reading...