上一页 1 2 3 4 5 6 ··· 44 下一页
摘要: ld.lld: error: undefined symbol: _impure_ptr 出现该问题解决办法 解决方案命令 方法1:显式链接newlib gcc -specs=nosys.specs your_source.c -o output 方法2:使用完整newlib gcc --specs 阅读全文
posted @ 2025-11-13 15:26 michaelchengjl 阅读(55) 评论(0) 推荐(0)
摘要: ubuntu 安装使用 qemu https://blog.csdn.net/weixin_50923296/article/details/125275427 https://blog.csdn.net/qq_34160841/article/details/104891169 https://z 阅读全文
posted @ 2025-11-10 15:38 michaelchengjl 阅读(10) 评论(0) 推荐(0)
摘要: LLVM intrinsic https://www.cnblogs.com/wujianming-110117/p/16508427.html https://fprox.substack.com/p/risc-v-vector-in-a-nutshell https://blog.csdn.ne 阅读全文
posted @ 2025-10-16 17:25 michaelchengjl 阅读(10) 评论(0) 推荐(0)
摘要: LLVM 后端支持 RISCV 矩阵扩展都有哪些方式 LLVM后端对RISC-V矩阵扩展(RVV,通常为v1.0)的支持是一个多层次、多方式的生态系统。下面我将详细列举并举例说明所有主要方式。 总的来说,支持方式可以分为三大类,其与工具链的关系如下图所示: flowchart LR A[LLVM对R 阅读全文
posted @ 2025-10-13 15:37 michaelchengjl 阅读(165) 评论(0) 推荐(0)
摘要: triton 官方编译管线分析 我们来系统地分析从Triton前端到LLVM后端的完整编译器管线,重点聚焦各个层级的功能、作用以及分块策略。 整个Triton编译器的架构可以概括为一个多层次的分块、 lowering 和优化过程,其核心管线如下图所示: flowchart tritonFronten 阅读全文
posted @ 2025-10-13 15:08 michaelchengjl 阅读(194) 评论(0) 推荐(0)
摘要: MLIR — Running and Testing a Lowering https://zhuanlan.zhihu.com/p/337627570 https://www.jeremykun.com/2023/08/10/mlir-running-and-testing-a-lowering/ 阅读全文
posted @ 2025-10-13 14:52 michaelchengjl 阅读(10) 评论(0) 推荐(0)
摘要: 使用readelf和objdump查看ELF常见段 https://blog.csdn.net/qq_42570601/article/details/127360128 https://linuxtools-rst.readthedocs.io/zh-cn/latest/tool/objdump. 阅读全文
posted @ 2025-09-09 17:52 michaelchengjl 阅读(41) 评论(0) 推荐(0)
摘要: gem5 使用指南 https://blog.csdn.net/qq_43381135/article/details/104371236 https://zhuanlan.zhihu.com/p/487737252 https://blog.csdn.net/qq_34898487/article 阅读全文
posted @ 2025-09-09 16:11 michaelchengjl 阅读(20) 评论(0) 推荐(0)
摘要: 深度学习中的数据类型介绍:FP32, FP16, TF32, BF16, Int16, Int8 https://blog.csdn.net/qq_43799400/article/details/134182459 https://zhuanlan.zhihu.com/p/657886517 阅读全文
posted @ 2025-09-01 15:53 michaelchengjl 阅读(84) 评论(0) 推荐(0)
摘要: win11 安装WSL 查看帮助信息:wsl --help 或 wsl -h 更新WSL:wsl --update 查看可用的Linux发行版:wsl --list --online 或 wsl -l -o 安装Linux发行版:wsl --install -d <Distro>,例如安装Debia 阅读全文
posted @ 2025-08-19 18:13 michaelchengjl 阅读(42) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 44 下一页