This document discusses sparse matrix formats and their impact on GPU performance for solving large sparse linear systems that arise from computational modeling techniques like finite element analysis. It analyzes the compressed sparse row (CSR) format and an alternative blocked CSR format. Performance tests on a CPU and GPU show that CSR's irregular memory access hurts GPU performance, while blocked CSR improves data locality and mitigates this issue. The findings illustrate how hardware, software strategies, and sparse matrix storage affect computational performance.