10 2022 档案
摘要:https://support.huawei.com/enterprise/zh/doc/EDOC1100234052/74beb2a9 工具实现的融合功能 当前该工具主要实现的融合功能,分为如下几类: Conv+BN融合:昇腾模型压缩工具在量化前会对模型中的"Conv2D+BatchNorm"结构
阅读全文
摘要:https://github.com/unicorn-engine/unicorn 什么是Unicorn引擎 Unicorn是一个轻量级, 多平台, 多架构的CPU模拟器框架. 我们可以更好地关注CPU操作, 忽略机器设备的差异. 想象一下, 我们可以将其应用于这些情景: 比如我们单纯只是需要模拟代
阅读全文
摘要:如果提示sandbox root 权限错误,需要加上 --no-sandbox ./Netron-6.1.2.AppImage --no-sandbox ./Netron-6.1.2.AppImage --appimage-extract a. 将展开的文件夹名称修改为 appimage b. 新建
阅读全文
摘要:量化后速度变慢 将不同的算子/layer 配置到CPU上运行,直到确实是哪个算子/layer 在NPU上出现速度问题 https://github.com/alibaba/MNN/issues/1269 Quantized model performance worse than float mod
阅读全文
摘要:https://zhuanlan.zhihu.com/p/32711259 http://nvdla.org/hw/format.html https://www.researchgate.net/figure/Two-dimensional-multiplier-accumulator-2-D-M
阅读全文
摘要:http://yejinxin.github.io/parse-shell-options-with-getopts-command http://yejinxin.github.io/parse-shell-options-with-getopt-command shell内置的getopts命令
阅读全文
摘要:命令行解析参数 GNU C提供的函数getopt、getopt_long、getopt_long_only函数来解析命令行参数 https://github.com/tylov/STC/blob/master/docs/coption_api.md (最新版本已经删除) https://github
阅读全文
摘要:diff 二机制文件比较(hex) 支持 aligned unaligned两种比对方式 https://github.com/8051Enthusiast/biodiff https://winmerge.org/ WinMerge is an Open Source differencing a
阅读全文
摘要:https://moodycamel.com/blog/2013/a-fast-lock-free-queue-for-c++.htm https://github.com/cameron314/readerwriterqueue https://moodycamel.com/blog/2014/a
阅读全文
摘要:https://blog.csdn.net/Mculover666/article/details/103796256 cJSONcJSON是一个使用C语言编写的JSON数据解析器,具有超轻便,可移植,单文件的特点,使用MIT开源协议。 cJSON项目托管在Github上,仓库地址如下: https
阅读全文
摘要:https://learnopengl.com/Getting-started/OpenGL https://learnopengl-cn.github.io/ https://blog.csdn.net/Aidam_Bo/article/details/84142589 VSCODE 调试Open
阅读全文
摘要:https://www.cnblogs.com/zhcnfyy/p/15184405.html bank conflict 参考 对不同bank的访问可同时进行 :为了获得较高的内存带宽,共享存储器被划分为多个大小相等的存储器模块,称为bank,可以被同时访问。因此任何跨越b个不同bank的n个地址
阅读全文
摘要:StateSmith StateSmith is a cross platform, free/open source tool for generating state machines. The generated code is human readable, has zero depende
阅读全文