About
I am Direct Ph.D scholar at IIT Bombay working with Prof. Biswabandan Panda ,
looking for opportunities using dynamic programming and trying to optimize search by storing my errors in table, performing push
operations in my skills stack using linked list to avoid stack overflow. Currently, my cache is mostly occupied with
computer architecture concepts as I am trying to explore various microarchitecture components.
I have recentaly initialized my instruction pointer to last level caches. With a robust foundation in fundamental computer science concepts, including algorithms, data structures, computer organization, compiler
design and operating systems, I am constantly striving to expand my knowledge and skills in computer science.
Courses
..
- CS219: Operating Systems
- CS684: Embedded Systems
- CS695: Topics in Virtualization and Cloud Computing
- CS683: Advanced Computer Architecture
- CS771: Foundations of verification and automated reasoning
- CS773: Computer Architecture for Performance and Security
- Languages: C, C++, Python, Heptagon
- Simulator: Champsim, PCACTI, McPAT, HotSpot
Research Projects
Design & Implementation of Sliced LLC
(Jan 2024 - April 2024)
Guide: Prof. Biswabandan Panda, Computer Science and Engineering, IIT Bombay
- Implemented sliced LLC in Champsim simulator by connecting all slices using ring interconnection network
- Added queues to avoid duplicate packets that have writeback or load requests to the same address in the ring network.
Academic Projects
White Line Following Alphabot (Jan. 2024 - April 2024)
Guide: Prof. Kavi Arya, Prof. Paritosh Pandya, Computer Science and Engineering, IIT Bombay
- Built a line-following bot capable of avoiding obstacles and parking itself in designated regions.
- Developed algorithm using Heptagon and utilized proximity sensors, tracker sensors, and position encoders to detect the white line and obstacles.
Virtual Machine Live Migration (Jan. 2024 - April 2024)
Guide: Prof. Purushottam Kulkarni, Computer Science and Engineering, IIT Bombay
- Implemented VM migration using Linux with qemu+kvm, utilizing shared storage for VM images.
- Conducted a performance characterization study to empirically address questions related to workloads, setups, performance and cost metrics, and various configuration parameters.