Look back on the week.
English
- Nothing special
Tech
- OSS活動
- PyTorch
- George Hotz | Programming | can you multiply a matrix? (noob lesson) | geohot/tinygrad/tree/gemm - YouTube
- General Matrix Multiply (GEMM)をC+AVXで実装して、NumPyより高速なコードを実装する
- sandbox/nn_/gemm at main · mshr-h/sandbox · GitHub
- 写経した
- Intel® Intrinsics Guide
- 組み込み関数を探すのに便利
- [[PyTorch]] llvm/torch-mlir: The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
- PyTorchからMLIRへ変換するプロジェクト
- FPGA
- enjoy-digital/litex: Build your hardware, easily!
- Python DSLのMigenで書かれたオープンソースのSoCビルダー+IPコンポーネントのライブラリ
- WSL2にインストールした
- エラー:
Unsupported or unknown PLI call: $urandom
- 解決策:RTL simulation getting failed with Verilator · Issue #27 · pulp-platform/ara
- Verilatorバージョンが古いのが原因
- stableバージョン(5.003)をソースビルドでインストールしたら解決した
- 解決策:RTL simulation getting failed with Verilator · Issue #27 · pulp-platform/ara
- エラー:
- litex-hub/linux-on-litex-vexriscv: Linux on LiteX-VexRiscv
- LiteX-VexRiscvでLinuxを動かす
- [[DE10-Nano]]もサポートされているので、実機でも試したい
- enjoy-digital/litex: Build your hardware, easily!
- Command Line Tools
- NCurses Disk Usage
- duをTUIでいい感じに表示するツール
- stableバージョンはZigで実装されているらしい
- CソースコードをARM64向けにアセンブルする
clang --target=aarch64-linux-gnu -S source.c -o ouptut.S
- POSIX Semaphore
- 名前付きセマフォは
/dev/shm/sem.NAME
からアクセスできる
- 名前付きセマフォは
Rock climbing
Other topics
- Passwordless Authentication - Access Your Bitwarden Web Vault Without a Password | Bitwarden Blog
- bitwardenでpasswordなしログインができる
- 早速設定した