My research interests include Parallel and High Performance Computing and its application to various Computer Science domains.
Internships
Sparse Cholesky Factorization on GPUs
Guide :-
Dr. Thomas George, Researcher, IBM Research, India. We solve the system of linear equations using Cholesky Factorization method. The Factorization cost is very high for very large 3-D problems. The objective is to reduce the factorization cost using massively parallel architecture of GPUs.
Sparse Matrix Vector Multiplication (SpMV) on GPUs using Blocked Compressed Sparse Row(BCSR) Data Structure
Guide :-
Dr. Richard Vuduc, Assistant Professor, College of Computing, Georgia Tech. We used a novel BLOCKED Compressed Sparse Row(BCSR) data structure instead of naive Compressed Sparse Row(CSR) to solve SpMV. Our implementation beat that of NVIDIA implementation.