-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsoftware.html
More file actions
52 lines (52 loc) · 2.6 KB
/
software.html
File metadata and controls
52 lines (52 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
title: Software
---
<section class="section-margin">
<div class="container">
<div class="section-intro pb-85px text-center">
<h3 class="section-intro__title">Group GitHub Repository</h3>
<p class="section-intro__subtitle">Most of our lab's code repositories are hosted on <a href="https://github.com/OrderLab">GitHub</a>.</p>
</div>
</div>
</section>
<section class="section-padding bg-magnolia">
<div class="container">
<div class="section-intro pb-85px text-center">
<h3 class="section-intro__title">TrainCheck [<a href="/paper/traincheck-osdi25-preprint.pdf">OSDI '25</a>]</h3>
<p class="section-intro__subtitle">TrainCheck is an innovative tool for detecting silent errors in deep learning training. We are excited to open-source TrainCheck–explore the project and get involved on <a href="https://github.com/OrderLab/TrainCheck">GitHub</a>!</p>
</div>
</div>
</section>
<section class="section-padding bg-magnolia">
<div class="container">
<div class="section-intro pb-85px text-center">
<h3 class="section-intro__title">Arthas [<a href="/paper/arthas-eurosys21.pdf">EuroSys '21</a>]</h3>
<p class="section-intro__subtitle">The source code is available through this <a href="https://github.com/OrderLab/Arthas">repository</a>.</p>
</div>
</div>
</section>
<section class="section-padding bg-magnolia">
<div class="container">
<div class="section-intro pb-85px text-center">
<h3 class="section-intro__title">Violet [<a href="/paper/violet-osdi20-preprint.pdf">OSDI '20</a>]</h3>
<p class="section-intro__subtitle">Violet consists of multiple components. This <a href="https://github.com/OrderLab/violet">central repository</a> includes the source code repository of each component.</p>
</div>
</div>
</section>
<section class="section-padding">
<div class="container">
<div class="section-intro pb-85px text-center">
<h3 class="section-intro__title">LeaseOS [<a href="/paper/leaseos-asplos19.pdf">ASPLOS '19</a>]</h3>
<p class="section-intro__subtitle">The source code is available through this manifest <a href="https://github.com/OrderLab/leaseos_local_manifests">repository</a>.</p>
</div>
</div>
</section>
<section class="section-margin bg-magnolia">
<div class="container">
<div class="section-intro pb-85px text-center">
<h3 class="section-intro__title">Panorama [<a href="/paper/panorama-osdi18.pdf">OSDI '18</a>]</h3>
<p class="section-intro__subtitle">The source code is available through this <a href="https://github.com/ryanphuang/panorama">repository</a>.</p>
</div>
</div>
</section>