摘要: google-research/tuning_playbook: A playbook for systematically maximizing the performance of deep learning models. (github.com) dkhonker/tuning_playbo 阅读全文
posted @ 2023-10-24 16:26 sinferwu 阅读(23) 评论(0) 推荐(0) 编辑
摘要: google/benchmark: A microbenchmark support library (github.com) DigitalInBlue/Celero: C++ Benchmark Authoring Library/Framework (github.com) 定点数优化:性能成 阅读全文
posted @ 2023-10-07 23:11 sinferwu 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Calling Conventions - OSDev Wiki System V ABI - OSDev Wiki Calling Conventions Calling external functions in C, and calling C functions from other lan 阅读全文
posted @ 2023-10-07 14:45 sinferwu 阅读(17) 评论(0) 推荐(0) 编辑
摘要: taskflow/awesome-parallel-computing: A curated list of awesome parallel computing resources (github.com) Awesome Parallel Computing Resources A curate 阅读全文
posted @ 2023-10-01 11:25 sinferwu 阅读(12) 评论(0) 推荐(0) 编辑
摘要: fffaraz/awesome-cpp: A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. (github.c 阅读全文
posted @ 2023-10-01 10:58 sinferwu 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 定点数优化:性能成倍提升 - 知乎 (zhihu.com) llvm-mca - LLVM Machine Code Analyzer — LLVM 18.0.0git documentation llvm-mca is a performance analysis tool that uses i 阅读全文
posted @ 2023-09-27 19:57 sinferwu 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Learn C++ – Skill up with our free tutorials (learncpp.com) 作者针对 C++11/14 而写的 Effective Modern C++ 简介 - Effective Modern C++ (cntransgroup.github.io) 阅读全文
posted @ 2023-09-27 19:43 sinferwu 阅读(16) 评论(0) 推荐(0) 编辑
摘要: about:tracing chrome://tracing DarkKowalski/tiny-event-trace: Profile your C code with chrome://tracing (github.com) hrydgard/minitrace: Simple C/C++ 阅读全文
posted @ 2023-09-20 18:19 sinferwu 阅读(255) 评论(0) 推荐(0) 编辑
摘要: Configuration System (Kconfig) — Zephyr Project Documentation Logging — Zephyr Project Documentation Logging — Zephyr Project Documentation Dictionary 阅读全文
posted @ 2023-08-30 13:55 sinferwu 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Linux内核中断处理“下半部”机制(上)(超详细~) - 知乎 (zhihu.com) 内核把中断处理分为两部分:上半部(top-half)和下半部(bottom-half),上半部 (就是中断服务程序)内核立即执行,而下半部(就是一些内核函数)留着稍后处理。 首先:一个快速的“上半部”来处理硬件 阅读全文
posted @ 2023-08-22 10:13 sinferwu 阅读(6) 评论(0) 推荐(0) 编辑