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
"There is one who could unite them, one who could reclaim the throne of Gondor." (Gandalf)
This is a joint work with @lancern to provide:
1. A MLIR-based GCCJIT frontend, such that user can use stable IR representation to manipulate GCCJIT
2. A GCCJIT-based MLIR backend, such that MLIR dialects can be compiled with GCC optimization and special targets
3. A new approach to do line-by-line debug of MLIR (WIP)
We made our first release today, covering almost all the features of GCCJIT as in GCC14. It is in an experimental stage without solid type checking and verification, but we will continue working on it!
Take a look and have fun!
https://github.com/Lancern/mlir-gccjit
This is a joint work with @lancern to provide:
1. A MLIR-based GCCJIT frontend, such that user can use stable IR representation to manipulate GCCJIT
2. A GCCJIT-based MLIR backend, such that MLIR dialects can be compiled with GCC optimization and special targets
3. A new approach to do line-by-line debug of MLIR (WIP)
We made our first release today, covering almost all the features of GCCJIT as in GCC14. It is in an experimental stage without solid type checking and verification, but we will continue working on it!
Take a look and have fun!
https://github.com/Lancern/mlir-gccjit
#今天又看了啥 #GitHub #tools #frontend #design
AppIcon Forge
An intuitive app icon generator that lets you customize colors, borders, gradient, shadows, text, local images and more to create unique app icons effortlessly.
一个直观的应用程序图标生成器,可自定义颜色、边框、阴影等,轻松创建独特的应用程序图标
GitHub Repo: https://github.com/zhangyu1818/appicon-forge
Online Demo: https://zhangyu1818.github.io/appicon-forge/
AppIcon Forge
An intuitive app icon generator that lets you customize colors, borders, gradient, shadows, text, local images and more to create unique app icons effortlessly.
一个直观的应用程序图标生成器,可自定义颜色、边框、阴影等,轻松创建独特的应用程序图标
GitHub Repo: https://github.com/zhangyu1818/appicon-forge
Online Demo: https://zhangyu1818.github.io/appicon-forge/
How I configure my Git identities https://www.benji.dog/articles/git-config/
u8"hello"
在 C++17 中的类型是 const char[N]
,在 C++20 中的类型是 const char8_t[N]
The Two Factions of C++ https://herecomesthemoon.net/2024/11/two-factions-of-cpp/