This project implements a 2D fluid simulation using the Lattice Boltzmann Method (LBM). The code is written in NumPy and PyTorch to demonstrate the speed-up of GPU vs. CPU for this method. It is ...