Install CUDA and TensorRT on WSL2 Debian
Recently I got a GPU and started setting up for deep learning. Most guides I found focus on Ubuntu, and for a while I almost thought Debian wouldn't work. Fortunately, I successfully installed CUDA...
Recently I got a GPU and started setting up for deep learning. Most guides I found focus on Ubuntu, and for a while I almost thought Debian wouldn't work. Fortunately, I successfully installed CUDA...
Host: Debian 12.10. Target Kernel Version: 5.10.168.
This article explains how to set up a shared folder between a Windows host and a Debian guest in QEMU.
QEMU can build an environment that identical to the target device at the hardware level, and it is a good alternative to cross-compilation.
My gemm optimization on RPi (ARM) achieved a 170x performance boost, showing speeds faster than Eigen and close to OpenBLAS.