Publications and Projects
Publications
Soft error vulnerability prediction of GPGPU applications (2023)
Predicting the Soft Error Vulnerability of GPGPU Applications (2022)
Projects
- Paxos consensus algorithm, Code (Distributed Systems Course at PSU)
- Paxos consensus algorithm with Key-Value pairs with put, get and append functions, Code (Distributed Systems Course given at PSU)
- Parallel File System implementation with a meta server, multiple file servers, and multiple clients (implemented through C++ and a bunch of gRPC functions). (Operating Systems Design Course given at PSU)
- Path expression parser and process synchronization. (Operating Systems Design Course given at PSU)
- Parallel implementation of naive Sudoku solver algorithm through OpenMP (Parallel Processors and Processing Course given at PSU)
- All-pair shortest path algorithm in MPI + OpenMP (Parallel Processors and Processing Course given at PSU)