# SC 2023

## Meta Info

Homepage: <https://sc23.supercomputing.org/>

Paper list: <https://dl.acm.org/doi/proceedings/10.1145/3581784>

## Papers

### Distributed Training

* EasyScale: Elastic Training with Consistent Accuracy and Improved Utilization on GPUs \[[Paper](https://doi.org/10.1145/3581784.3607054)] \[[Code](https://github.com/sUntvoOk/EasyScale_info_for_SC23)]
  * BUAA & Alibaba
* Hanayo: Harnessing Wave-like Pipeline Parallelism for Enhanced Large Model Training Efficiency \[[Paper](https://doi.org/10.1145/3581784.3607073)] \[[Code](https://github.com/MaruyamaAya/Wpipe)]
  * NUS

### GPU Sharing

* Interference-aware Multiplexing for Deep Learning in GPU Clusters: A Middleware Approach \[[Personal Notes](/reading-notes/conference/sc-2023/iadeep.md)] \[[Paper](https://doi.org/10.1145/3581784.3607060)] \[[Code](https://github.com/buzy-coder/IADeep)]
  * UMacau & SIAT, CAS
  * IADeep — a cluster scheduler to co-locate DL training tasks

### Serverless Functions

* Rethinking Deployment for Serverless Functions: A Performance-first Perspective \[[Paper](https://doi.org/10.1145/3581784.3613211)] \[[Code](https://github.com/tjulym/Chiron)]
  * TJU
  * Chiron


---

# 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://paper.lingyunyang.com/reading-notes/conference/sc-2023.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.
