Personal channel of @lancern
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
State of Text Rendering 2024 https://behdad.org/text2024/
C++ patterns for low-latency applications including high-frequency trading https://arxiv.org/abs/2309.04259
Introduction to Program Synthesis
Comments
https://people.csail.mit.edu/asolar/SynthesisCourse/Lecture1.htm
Comments
https://people.csail.mit.edu/asolar/SynthesisCourse/Lecture1.htm
Beating NumPy matrix multiplication in 150 lines of C https://salykova.github.io/matmul-cpu
Trip report: Summer ISO C++ standards meeting (St Louis, MO, USA)
via Sutter’s Mill (author: Herb Sutter)
via Sutter’s Mill (author: Herb Sutter)
RegreSSHion: RCE in OpenSSH's server, on glibc-based Linux systems https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt
Meta 推出 LLM Compiler 代码优化模型,可搭配其他 AI 改善代码生成 / 编译能力
Meta 前天推出了一款名为“LLM Compiler”的模型,该模型基于 Meta 现有的 Code Llama 打造,主打代码优化,目前相关模型已登陆 Hugging Face,提供 70 亿参数及 130 亿参数两个版本,允许学术及商业使用。
Meta 认为,尽管业界各大语言模型已在各种编程代码任务中展现了出色的能力,但此类模型在代码优化还有进步空间,目前推出的 LLM Compiler 模型便是一款专为优化代码任务设计的预训练模型,能够模拟编译器对代码进行优化,或将“已经过优化的代码转换回原本的语言”。
LLM Compiler 在 5460 亿个 LLVM-IR 和汇编代码标记的庞大语料库上进行了训练,据称能够达到 77% 的“代码优化潜力”,开发者可以自由将相关模型配合其他 AI 模型一起使用,从而改善生成代码的质量。
Donews|Hugging Face
关注频道 @ZaiHuaPd
频道爆料 @ZaiHuabot
Meta 前天推出了一款名为“LLM Compiler”的模型,该模型基于 Meta 现有的 Code Llama 打造,主打代码优化,目前相关模型已登陆 Hugging Face,提供 70 亿参数及 130 亿参数两个版本,允许学术及商业使用。
Meta 认为,尽管业界各大语言模型已在各种编程代码任务中展现了出色的能力,但此类模型在代码优化还有进步空间,目前推出的 LLM Compiler 模型便是一款专为优化代码任务设计的预训练模型,能够模拟编译器对代码进行优化,或将“已经过优化的代码转换回原本的语言”。
LLM Compiler 在 5460 亿个 LLVM-IR 和汇编代码标记的庞大语料库上进行了训练,据称能够达到 77% 的“代码优化潜力”,开发者可以自由将相关模型配合其他 AI 模型一起使用,从而改善生成代码的质量。
Donews|Hugging Face
关注频道 @ZaiHuaPd
频道爆料 @ZaiHuabot
GCC's new fortification level: The gains and costs https://developers.redhat.com/articles/2022/09/17/gccs-new-fortification-level
Llama.ttf: A font which is also an LLM https://fuglede.github.io/llama.ttf/
Own Constant Folder in C/C++ https://www.neilhenning.dev/posts/yourownconstantfolder/