Skip to content

uglyliu/lark-ding-bot

 
 

Repository files navigation

一些有意思的 CPP 语法糖和 Python 工具

.
├── CRTP                          // Eigen-like 符号表达
├── dynamic-arg-template// 模板
├── float-precision      // 最容易错的浮点问题
├── ini-config	               // ini 格式文件读写工具,也可以看作 toml 格式的裁剪
├── log-int-softmax	    // int32 --> uint4 softmax
├── optional                   // 模拟 c++14 `std::optional`
├── range                        // 模拟 `python range` 
├── NCHW4                    // NC4HW4 layout 卷积
├── AOP
├── UB01-no-return
├── UB02-bad-inline
└── github-lark-notifier // github ---> 飞书群 issue/PR 提醒工具

About

cpp syntactic sugar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.2%
  • Python 26.2%
  • Other 0.6%