会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelchengjl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
44
下一页
2025年3月17日
Linux下libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: 无法打开共享对象文件
摘要: 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)
2025年3月13日
AI 异构计算
摘要: 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
摘要: python3 异步 Asyncio https://superjomn.github.io/posts/python-asyncio/
阅读全文
posted @ 2025-03-13 14:42 michaelchengjl
阅读(10)
评论(0)
推荐(0)
2025年3月12日
C++ STL
摘要: 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 中,mlir::Operation 类提供了丰富的方法,用于操作和分析 IR 中的操作(Operation)。以下是 mlir::Operation 的常用方法及其功能的详细说明: MLIR Operation API 参考 1. 官方文档 MLIR 官方文档 ML
阅读全文
posted @ 2025-03-12 11:45 michaelchengjl
阅读(483)
评论(0)
推荐(0)
2025年3月5日
C++ 中 malloc/free与 new/delete区别
摘要: 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)
2025年3月3日
xtensor 实现 expand
摘要: 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)
2025年2月25日
torch-mlir, stablehlo
摘要: 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)
2025年2月12日
conv2d 在pytorch , tf 中数据格式
摘要: 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)
2025年2月11日
python 发短信
摘要: 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
下一页
公告