title | layout |
---|---|
Olivia Hsu |
home |
PhD Student Department of Computer Science Stanford University Office: 494 Gates owhsu [at] stanford [dot] edu Curriculum Vitae var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
let repos = JSON.parse(this.responseText);
repos.forEach((repo)=>{
if (repo.name == desiredRepo)
{
var lastUpdated = new Date(repo.pushed_at);
var day = lastUpdated.getUTCDate();
var month = lastUpdated.getUTCMonth();
var year = lastUpdated.getUTCFullYear();
siteUpdate.innerHTML += ( |
I am a computer science PhD student at Stanford University advised by Professor Kunle Olukotun and Professor Fredrik Kjolstad. I currently work on mapping and compiling sparse applications to domain-specific hardware, architectures, and accelerators. My research interests also broadly include computer architecture, computer and programming systems, compilers, programming models and languages, and digital circuits/VLSI.
I graduated from the University of California, Berkeley in 2019 with a degree in Electrical Engineering and Computer Science (EECS). At Berkeley, I was fortunate enough to be advised by Professor Vladimir Stojanovic and work with Panagiotis Zarkos on novel applications of silicon-photonics.
{% for pub_keyval in site.data.publications %} {%- assign pub = pub_keyval[1] -%} {% endfor %}
{{ pub.title }} {%- for author in pub.authors -%} {%- if forloop.last == true and forloop.length > 1 %} and {%- endif %} {%- if author == "hsu" %} {{ site.data.authors[author].name }} {%- else %} {{ site.data.authors[author].name }} {%- endif -%} {%- if forloop.last == false and forloop.length > 2 -%} , {%- endif %} {%- endfor -%} {{ pub.venue }} {%- if pub.venuenote %} ({{ pub.venuenote }}) {%- endif -%} {%- if pub.volume -%} , Volume {{ pub.volume }} {%- endif -%} {%- if pub.issue -%} , Issue {{ pub.issue }} {%- endif -%} , {{ pub.month }} {{ pub.year }} {%- if pub.award -%} {{ pub.award }} {%- endif -%} |
{% if pub.pdf %} {% elsif pub.url %} {% endif %} {% if pub.movie %} {% endif %} |
{% if talk.url %}
{{talk.title}}
{%- else %}
{{talk.title}}
{%- endif -%}
{{talk.month}} {{talk.year}} {{talk.venue}} | {% if talk.movie %} {% endif %} |
{% if teaching.url %}
{{teaching.title}}
{%- else %}
{{teaching.title}}
{%- endif -%}
{{teaching.month}} {{teaching.year}}, {{teaching.venue}} |
[comment]: <>
[comment]: <> Boop beep boop... Work in progress. Check again soon! {%- for press_keyval in site.data.press %} {%- assign press= press_keyval[1] -%} {% endfor %}
{{press.title}} {{press.venue}} |