42 lines
1.6 KiB
Markdown
42 lines
1.6 KiB
Markdown
+++
|
|
# About/Biography widget.
|
|
|
|
date = "2016-04-20T00:00:00"
|
|
draft = false
|
|
|
|
widget = "about"
|
|
|
|
# Order that this section will appear in.
|
|
weight = 1
|
|
|
|
# List your academic interests.
|
|
[interests]
|
|
interests = [
|
|
"High Performance Computing",
|
|
"Compilers",
|
|
"High-level Programming Languages and Frameworks",
|
|
"Cognitive Computing"
|
|
]
|
|
|
|
# List your qualifications (such as academic degrees).
|
|
[[education.courses]]
|
|
course = "Ph.D Candidate in Electrical and Computer Engineering"
|
|
institution = "University of Illinois Urbana-Champaign"
|
|
[[education.courses]]
|
|
course = "M.S. in Computer Engineering"
|
|
institution = "University of Illinois Urbana-Champaign"
|
|
year = 2018
|
|
[[education.courses]]
|
|
course = "B.S. with High Distinction in Engineering"
|
|
institution = "Harvey Mudd College"
|
|
year = 2013
|
|
+++
|
|
|
|
# Biography
|
|
|
|
I am a PhD candidate in the Electrical and Computer Engineering department at the University of Illinois at Urbana-Champaign and a member of the [IMPACT Research Group](http://impact.crhc.illinois.edu/) led by Wen-Mei Hwu.
|
|
|
|
I am working on developing CAB (Cognitive Application Builder) as part of the joint UIUC / IBM C3SR cognitive computing systems research center. CAB will allow cognitive application developers to quickly write and debug high-performance scalable cogntitive computing applications.
|
|
|
|
I am also actively involved in high-performance application studies through the PAID-IME program and industry research collaborations with IBM and Huawei. The focus of these activities is to apply tools and techniques developed in the IMPACT group to improve the performance of real-world applications.
|