Look back on the week.
English
- Nothing special
Tech
- 読んだ記事
- We now only hire engineers using OSS paid bounties (and it’s awesome) | Hacker News
- OSS報奨金を採用に使う
- OpenCV 4.8 Released With TensorFlow Lite Model Support, AVIF Image Handling - Phoronix
- The 2023 State of The Embedded Linux Ecosystem - Phoronix
- 0925 The Future of RISC-V and RISC-V AI (Jim Keller | CEO, Tenstorrent) - YouTube
- pycudaでGPU(device)の情報を得る - Qiita
- We now only hire engineers using OSS paid bounties (and it’s awesome) | Hacker News
- NumPy
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
pip install numpy --upgrade
- V4L2 (video for linux 2)
- Install on Ubuntu
sudo apt install -y v4l-utils
- 利用可能なカメラ一覧表示
v4l2-ctl --list-devices
- デバイス情報をすべて表示
v4l2-ctl -d /dev/video0 --all
- サポートしているフォーマット、フレームサイズ、フレームレートの組合せを表示
v4l2-ctl -d /dev/video0 --list-formats
- Install on Ubuntu
- Apache TVMでconv2dのdata layoutをNHWCへ変更
- depthwise convとその他でlayoutを変える必要がある
- [Convert Layout Pass] How can I change the layout of conv2d & dw_conv2d separately? - Apache TVM Discuss
- depthwise conv2dとgroup==1でkernel layoutを変える必要がある
- depthwise convとその他でlayoutを変える必要がある
- PyTorch
- VFIO (Virtual Function I/O)
- VFIO - “Virtual Function I/O” — The Linux Kernel documentation
- ユーザスペースでデバイスを操作するためのフレームワーク
- VFIOによるデバイス操作 - 睡分不足
- #9 VFIOでDPDKを使う — MIRACLE LINUX サポート&テクノロジー | サイバートラスト株式会社
- Understanding VFIO and UIO Driver Framework - Vandana Salve, Prasme Systems - YouTube
- VFIO User - Using VFIO as the IPC Protocol in Multi-process QEMU - John Johnson & Jagannathan Raman - YouTube
- Command Line Tools
- Wayland
Rock climbing
- Nothing special