# WISR Group

### Spring 2021&#x20;

* [RackSched: A Microsecond-Scale Scheduler for Rack-Scale Computers](https://www.usenix.org/conference/osdi20/presentation/zhu). Zhu et al, OSDI '20.&#x20;
* [Gauntlet: Finding Bugs in Compilers for Programmable Packet Processing](https://www.usenix.org/conference/osdi20/presentation/ruffy). Ruffy et al, OSDI '20.&#x20;
* [Moving Fast and Meet Deadlines: Fine-grained Real-time Stream Processing with Cameo](https://arxiv.org/abs/2010.03035). Xu et al, NSDI '21.
* [Chi: A Scalable and Programmable Control Plane for Distributed Stream Processing Systems](http://www.vldb.org/pvldb/vol11/p1303-mai.pdf). Mai et al, VLDB '18. &#x20;
* [A Generic Communication Scheduler for Distributed DNN Training Acceleration.](https://dl.acm.org/doi/pdf/10.1145/3341301.3359642?casa_token=8o-pvQLjFkEAAAAA:HC5rHvmk_F7HSSICYnO1E1l-thGk2zKnVpZ8Zs827ICC2JI0XXRiwouD6IkXbxoRcctDXMpMpaG4) Peng et al, SOSP '19.&#x20;
* [Learning Relaxed Belady for Content Distribution Network Caching.](https://www.usenix.org/conference/nsdi20/presentation/song) Song et al, NSDI '20.&#x20;
* [LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation.](https://www.usenix.org/conference/osdi18/presentation/shan) Shan et al, OSDI '18.&#x20;

#### Hosted Talks&#x20;

* How will Deep Learning change Internet Video Delivery?  Dongsu Han, KAIST. Feb. 22 @9am.&#x20;
  * [Neural Adaptive Content-aware Internet Video Delivery](https://www.usenix.org/conference/osdi18/presentation/yeo). Yeo et al. OSDI '18.&#x20;
  * [Details](http://ina.kaist.ac.kr/~nas/) &#x20;
* Programmable In-network Security: A Vision for Network Security in the Next Generation

  Ang Chen (Rice University). Feb. 10 @12pm. Talk details: [Here](https://today.wisc.edu/events/view/156862).
* Rethinking networking for an "Internet from space"

  Ankit Singla (ETH). Feb. 4 @12am. Talk details: [Here](https://today.wisc.edu/events/view/156828). Slides: [Here](http://wisr.cs.wisc.edu/ppt/satnets.pdf).

### Other Resources

* Facebook - DLRM&#x20;
  * [Blog ](https://ai.facebook.com/blog/dlrm-an-advanced-open-source-deep-learning-recommendation-model/)
  * [Github ](https://github.com/facebookresearch/dlrm)

### Summer 21&#x20;

* [System conference deadlines](http://www.cs.technion.ac.il/~dan/index_sysvenues_deadline.html)&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sliu583.gitbook.io/blog/specific-work/wisr-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
