上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 44 下一页
摘要: Linux下libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: 无法打开共享对象文件 解决方法: export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++. 阅读全文
posted @ 2025-03-17 22:52 michaelchengjl 阅读(535) 评论(0) 推荐(0)
摘要: AI 异构计算 https://github.com/scutan90/DeepLearning-500-questions/tree/master https://github.com/microsoft/AI-System/tree/main/Textbook https://github.co 阅读全文
posted @ 2025-03-13 19:14 michaelchengjl 阅读(35) 评论(0) 推荐(0)
摘要: python3 异步 Asyncio https://superjomn.github.io/posts/python-asyncio/ 阅读全文
posted @ 2025-03-13 14:42 michaelchengjl 阅读(10) 评论(0) 推荐(0)
摘要: C++ STL https://github.com/AhmedMohamedAbdelaty/CPP-STL-beginners-guide?tab=readme-ov-file https://github.com/JayantGoel001/STL/tree/master https://gi 阅读全文
posted @ 2025-03-12 18:54 michaelchengjl 阅读(33) 评论(0) 推荐(0)
摘要: mlir 基本操作 在 MLIR 中,mlir::Operation 类提供了丰富的方法,用于操作和分析 IR 中的操作(Operation)。以下是 mlir::Operation 的常用方法及其功能的详细说明: MLIR Operation API 参考 1. 官方文档 MLIR 官方文档 ML 阅读全文
posted @ 2025-03-12 11:45 michaelchengjl 阅读(483) 评论(0) 推荐(0)
摘要: C++ 中 malloc/free 与 new/delete 的区别 1. 基本概念 malloc/free:C/C++ 标准库函数,用于动态内存的申请和释放。 new/delete:C++ 运算符,用于动态内存的申请和释放,同时支持对象的构造和析构。 2. 功能差异 malloc/free: 仅负 阅读全文
posted @ 2025-03-05 18:54 michaelchengjl 阅读(170) 评论(0) 推荐(0)
摘要: xtensor 实现 expand #include <xtensor/xarray.hpp> #include <xtensor/xbroadcast.hpp> #include <xtensor/xio.hpp> #include <xtensor/xview.hpp> int main() { 阅读全文
posted @ 2025-03-03 10:35 michaelchengjl 阅读(79) 评论(0) 推荐(0)
摘要: torch-mlir, stablehlo https://github.com/llvm/torch-mlir/tree/main https://github.com/openxla/stablehlo https://openxla.org/stablehlo?hl=zh-cn https:/ 阅读全文
posted @ 2025-02-25 14:40 michaelchengjl 阅读(169) 评论(0) 推荐(0)
摘要: conv2d 在pytorch ,tf中数据格式 pytorch data type is "NCHW" but tensorflow data type is "NHWC", when pytorch to onnx, and onnx to tensorflow how this diff pr 阅读全文
posted @ 2025-02-12 11:19 michaelchengjl 阅读(50) 评论(0) 推荐(0)
摘要: python 发短信 https://www.cnblogs.com/shiwanghualuo/p/12806507.html https://cloud.tencent.com/developer/article/1661500 https://support.i-search.com.cn/a 阅读全文
posted @ 2025-02-11 10:28 michaelchengjl 阅读(34) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 44 下一页