You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source code for the CPU-Free model - a fully autonomous execution model for multi-GPU applications that completely excludes the involvement of the CPU beyond the initial kernel launch.
Numerical solver for 2D Poisson equation using finite difference methods. Compares direct vs iterative solvers (Jacobi, Gauss-Seidel, SOR) with convergence analysis and performance benchmarks. Built for my Numerical Analysis semester project.
Serial and OpenMP-parallel implementation of the BiCGStab iterative solver for large sparse indefinite linear systems, focusing on efficient sparse matrix-vector multiplication, strong scaling, and reproducible performance benchmarking.