上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页
摘要: 量化后速度变慢 将不同的算子/layer 配置到CPU上运行,直到确实是哪个算子/layer 在NPU上出现速度问题 https://github.com/alibaba/MNN/issues/1269 Quantized model performance worse than float mod 阅读全文
posted @ 2022-10-25 15:59 sinferwu 阅读(378) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/32711259 http://nvdla.org/hw/format.html https://www.researchgate.net/figure/Two-dimensional-multiplier-accumulator-2-D-M 阅读全文
posted @ 2022-10-25 15:39 sinferwu 阅读(220) 评论(0) 推荐(0)
摘要: http://yejinxin.github.io/parse-shell-options-with-getopts-command http://yejinxin.github.io/parse-shell-options-with-getopt-command shell内置的getopts命令 阅读全文
posted @ 2022-10-25 14:50 sinferwu 阅读(205) 评论(0) 推荐(0)
摘要: 命令行解析参数 GNU C提供的函数getopt、getopt_long、getopt_long_only函数来解析命令行参数 https://github.com/tylov/STC/blob/master/docs/coption_api.md (最新版本已经删除) https://github 阅读全文
posted @ 2022-10-25 14:36 sinferwu 阅读(57) 评论(0) 推荐(0)
摘要: diff 二机制文件比较(hex) 支持 aligned unaligned两种比对方式 https://github.com/8051Enthusiast/biodiff https://winmerge.org/ WinMerge is an Open Source differencing a 阅读全文
posted @ 2022-10-18 12:51 sinferwu 阅读(244) 评论(0) 推荐(0)
摘要: https://moodycamel.com/blog/2013/a-fast-lock-free-queue-for-c++.htm https://github.com/cameron314/readerwriterqueue https://moodycamel.com/blog/2014/a 阅读全文
posted @ 2022-10-18 11:34 sinferwu 阅读(995) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Mculover666/article/details/103796256 cJSONcJSON是一个使用C语言编写的JSON数据解析器,具有超轻便,可移植,单文件的特点,使用MIT开源协议。 cJSON项目托管在Github上,仓库地址如下: https 阅读全文
posted @ 2022-10-17 16:25 sinferwu 阅读(1159) 评论(0) 推荐(0)
摘要: 直接在文中输入,路径,再按Ctrl+x Ctrl+f来补全 阅读全文
posted @ 2022-10-14 14:43 sinferwu 阅读(248) 评论(0) 推荐(0)
摘要: https://learnopengl.com/Getting-started/OpenGL https://learnopengl-cn.github.io/ https://blog.csdn.net/Aidam_Bo/article/details/84142589 VSCODE 调试Open 阅读全文
posted @ 2022-10-14 14:06 sinferwu 阅读(47) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhcnfyy/p/15184405.html bank conflict 参考 对不同bank的访问可同时进行 :为了获得较高的内存带宽,共享存储器被划分为多个大小相等的存储器模块,称为bank,可以被同时访问。因此任何跨越b个不同bank的n个地址 阅读全文
posted @ 2022-10-12 15:02 sinferwu 阅读(419) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页